Html Css Color HEX #BBD94E Conifer

📋 copy color: '#BBD94E'

red 187 ◦ green 217 ◦ blue 78

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

Shades of Conifer #BBD94E

Tints of Conifer #BBD94E

RGB

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

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

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

R = 38.8%
G = 45.02%
B = 16.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#BBD94E (or 0xBBD94E) is known color: Conifer. HEX triplet: BB, D9 and 4E. RGB value is (187,217,78). Sum of RGB (Red+Green+Blue) = 187+217+78=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD94E is #4426B1. Grayscale: #C0C0C0. Windows color (decimal): -4466354 or 5167547. OLE color: 5167547.

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

Color convert

RGB 187 217 78 -
CMYK 0.14 0 0.64 0.15
HSL 72.95º 0.65% 0.58% -
HSV(B) 72.95º 0.64% 0.85% -
XYZ 46.68 60.74 16.47 -
YUV 192.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 187 217 78 0.14 0 0.64 0.15 72.95 0.65 0.58
Hex BB D9 4E E 0 40 F 49 41 3A
Octal 273 331 116 16 0 100 17 111 101 72
Binary 10111011 11011001 1001110 1110 0 1000000 1111 1001001 1000001 111010

Color Harmonies of #BBD94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD94E

Black with #BBD94E

Text Example


Text Example

White with #BBD94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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