Html Css Color HEX #BBD94C Conifer

📋 copy color: '#BBD94C'

red 187 ◦ green 217 ◦ blue 76

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

Shades of Conifer #BBD94C

Tints of Conifer #BBD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 76 (30.08% from 255) = 15.83%

R = 38.96%
G = 45.21%
B = 15.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BBD94C (or 0xBBD94C) is known color: Conifer. HEX triplet: BB, D9 and 4C. RGB value is (187,217,76). Sum of RGB (Red+Green+Blue) = 187+217+76=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD94C is #4426B3. Grayscale: #C0C0C0. Windows color (decimal): -4466356 or 5036475. OLE color: 5036475.

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

Color convert

RGB 187 217 76 -
CMYK 0.14 0 0.65 0.15
HSL 72.77º 0.65% 0.57% -
HSV(B) 72.77º 0.65% 0.85% -
XYZ 46.61 60.71 16.1 -
YUV 191.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 187 217 76 0.14 0 0.65 0.15 72.77 0.65 0.57
Hex BB D9 4C E 0 41 F 49 41 39
Octal 273 331 114 16 0 101 17 111 101 71
Binary 10111011 11011001 1001100 1110 0 1000001 1111 1001001 1000001 111001

Color Harmonies of #BBD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD94C

Black with #BBD94C

Text Example


Text Example

White with #BBD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD94C; }

 p { color: rgb(187,217,76); }

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

background-color css

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

 a { background-color: rgb(187,217,76); }

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

border-color css

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

 span { border-color: rgb(187,217,76); }

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