Html Css Color HEX #BBDD4E Conifer

📋 copy color: '#BBDD4E'

red 187 ◦ green 221 ◦ blue 78

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

Shades of Conifer #BBDD4E

Tints of Conifer #BBDD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.05%

R = 38.48%
G = 45.47%
B = 16.05%

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

#BBDD4E (or 0xBBDD4E) is known color: Conifer. HEX triplet: BB, DD and 4E. RGB value is (187,221,78). Sum of RGB (Red+Green+Blue) = 187+221+78=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD4E is #4422B1. Grayscale: #C3C3C3. Windows color (decimal): -4465330 or 5168571. OLE color: 5168571.

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

Color convert

RGB 187 221 78 -
CMYK 0.15 0 0.65 0.13
HSL 74.27º 0.68% 0.59% -
HSV(B) 74.27º 0.65% 0.87% -
XYZ 47.73 62.83 16.82 -
YUV 194.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 187 221 78 0.15 0 0.65 0.13 74.27 0.68 0.59
Hex BB DD 4E F 0 41 D 4A 44 3B
Octal 273 335 116 17 0 101 15 112 104 73
Binary 10111011 11011101 1001110 1111 0 1000001 1101 1001010 1000100 111011

Color Harmonies of #BBDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD4E

Black with #BBDD4E

Text Example


Text Example

White with #BBDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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