Html Css Color HEX #BBDC4D Conifer

📋 copy color: '#BBDC4D'

red 187 ◦ green 220 ◦ blue 77

#BBDC4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BBDC4D

Tints of Conifer #BBDC4D

RGB

 RED value IS 187 (73.44% from 255) = 38.64%

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 38.64%
G = 45.45%
B = 15.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBDC4D (or 0xBBDC4D) is known color: Conifer. HEX triplet: BB, DC and 4D. RGB value is (187,220,77). Sum of RGB (Red+Green+Blue) = 187+220+77=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC4D is #4423B2. Grayscale: #C2C2C2. Windows color (decimal): -4465587 or 5102779. OLE color: 5102779.

HSL color Cylindrical-coordinate representation of color #BBDC4D: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBDC4D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 77 -
CMYK 0.15 0 0.65 0.14
HSL 73.85º 0.67% 0.58% -
HSV(B) 73.85º 0.65% 0.86% -
XYZ 47.43 62.29 16.54 -
YUV 193.83 62.07 123.13 -
System Red Green Blue C M Y K H S L
Decimal 187 220 77 0.15 0 0.65 0.14 73.85 0.67 0.58
Hex BB DC 4D F 0 41 E 4A 43 3A
Octal 273 334 115 17 0 101 16 112 103 72
Binary 10111011 11011100 1001101 1111 0 1000001 1110 1001010 1000011 111010

Color Harmonies of #BBDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC4D

Black with #BBDC4D

Text Example


Text Example

White with #BBDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC4D; }

 p { color: rgb(187,220,77); }

 H1.HeaderClassName
 {
   color: #BBDC4D;
 }
 .AnyTagClassName
 {
   color: #BBDC4D;
 }
</style>

background-color css

<style>
 a { background-color: #BBDC4D; }

 a { background-color: rgb(187,220,77); }

 div.DivClassName
 {
   background-color: #BBDC4D;
 }
 .BgClassName
 {
   background-color: #BBDC4D;
 }
</style>

border-color css

<style>
 span { border-color: #BBDC4D; }

 span { border-color: rgb(187,220,77); }

 td.TdClassName
 {
   border-color: #BBDC4D;
 }
 .TagClassName
 {
   border-color: #BBDC4D;
 }
</style>