Html Css Color HEX #BBDE5E Conifer

📋 copy color: '#BBDE5E'

red 187 ◦ green 222 ◦ blue 94

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

Shades of Conifer #BBDE5E

Tints of Conifer #BBDE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.14%

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 37.18%
G = 44.14%
B = 18.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BBDE5E (or 0xBBDE5E) is known color: Conifer. HEX triplet: BB, DE and 5E. RGB value is (187,222,94). Sum of RGB (Red+Green+Blue) = 187+222+94=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDE5E is #4421A1. Grayscale: #C5C5C5. Windows color (decimal): -4465058 or 6217403. OLE color: 6217403.

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

Color convert

RGB 187 222 94 -
CMYK 0.16 0 0.58 0.13
HSL 76.41º 0.66% 0.62% -
HSV(B) 76.41º 0.58% 0.87% -
XYZ 48.64 63.62 20.31 -
YUV 196.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 187 222 94 0.16 0 0.58 0.13 76.41 0.66 0.62
Hex BB DE 5E 10 0 3A D 4C 42 3E
Octal 273 336 136 20 0 72 15 114 102 76
Binary 10111011 11011110 1011110 10000 0 111010 1101 1001100 1000010 111110

Color Harmonies of #BBDE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE5E

Black with #BBDE5E

Text Example


Text Example

White with #BBDE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE5E; }

 p { color: rgb(187,222,94); }

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

background-color css

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

 a { background-color: rgb(187,222,94); }

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

border-color css

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

 span { border-color: rgb(187,222,94); }

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