Html Css Color HEX #BBDE5B Conifer

📋 copy color: '#BBDE5B'

red 187 ◦ green 222 ◦ blue 91

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

Shades of Conifer #BBDE5B

Tints of Conifer #BBDE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.2%

R = 37.4%
G = 44.4%
B = 18.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#BBDE5B (or 0xBBDE5B) is known color: Conifer. HEX triplet: BB, DE and 5B. RGB value is (187,222,91). Sum of RGB (Red+Green+Blue) = 187+222+91=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDE5B is #4421A4. Grayscale: #C5C5C5. Windows color (decimal): -4465061 or 6020795. OLE color: 6020795.

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

Color convert

RGB 187 222 91 -
CMYK 0.16 0 0.59 0.13
HSL 76.03º 0.66% 0.61% -
HSV(B) 76.03º 0.59% 0.87% -
XYZ 48.5 63.56 19.61 -
YUV 196.6 68.4 121.15 -
System Red Green Blue C M Y K H S L
Decimal 187 222 91 0.16 0 0.59 0.13 76.03 0.66 0.61
Hex BB DE 5B 10 0 3B D 4C 42 3D
Octal 273 336 133 20 0 73 15 114 102 75
Binary 10111011 11011110 1011011 10000 0 111011 1101 1001100 1000010 111101

Color Harmonies of #BBDE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE5B

Black with #BBDE5B

Text Example


Text Example

White with #BBDE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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