Html Css Color HEX #BBDD4D Conifer

📋 copy color: '#BBDD4D'

red 187 ◦ green 221 ◦ blue 77

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

Shades of Conifer #BBDD4D

Tints of Conifer #BBDD4D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

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

R = 38.56%
G = 45.57%
B = 15.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#BBDD4D (or 0xBBDD4D) is known color: Conifer. HEX triplet: BB, DD and 4D. RGB value is (187,221,77). Sum of RGB (Red+Green+Blue) = 187+221+77=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD4D is #4422B2. Grayscale: #C2C2C2. Windows color (decimal): -4465331 or 5103035. OLE color: 5103035.

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

Color convert

RGB 187 221 77 -
CMYK 0.15 0 0.65 0.13
HSL 74.17º 0.68% 0.58% -
HSV(B) 74.17º 0.65% 0.87% -
XYZ 47.69 62.81 16.63 -
YUV 194.42 61.74 122.71 -
System Red Green Blue C M Y K H S L
Decimal 187 221 77 0.15 0 0.65 0.13 74.17 0.68 0.58
Hex BB DD 4D F 0 41 D 4A 44 3A
Octal 273 335 115 17 0 101 15 112 104 72
Binary 10111011 11011101 1001101 1111 0 1000001 1101 1001010 1000100 111010

Color Harmonies of #BBDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD4D

Black with #BBDD4D

Text Example


Text Example

White with #BBDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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