Html Css Color HEX #B9D94B Conifer

📋 copy color: '#B9D94B'

red 185 ◦ green 217 ◦ blue 75

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

Shades of Conifer #B9D94B

Tints of Conifer #B9D94B

RGB

 RED value IS 185 (72.66% from 255) = 38.78%

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

 BLUE value IS 75 (29.69% from 255) = 15.72%

R = 38.78%
G = 45.49%
B = 15.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B9D94B (or 0xB9D94B) is known color: Conifer. HEX triplet: B9, D9 and 4B. RGB value is (185,217,75). Sum of RGB (Red+Green+Blue) = 185+217+75=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D94B is #4626B4. Grayscale: #BFBFBF. Windows color (decimal): -4597429 or 4970937. OLE color: 4970937.

HSL color Cylindrical-coordinate representation of color #B9D94B: hue angle of 73.52º 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 #B9D94B is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 217 75 -
CMYK 0.15 0 0.65 0.15
HSL 73.52º 0.65% 0.57% -
HSV(B) 73.52º 0.65% 0.85% -
XYZ 46.09 60.45 15.9 -
YUV 191.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 185 217 75 0.15 0 0.65 0.15 73.52 0.65 0.57
Hex B9 D9 4B F 0 41 F 4A 41 39
Octal 271 331 113 17 0 101 17 112 101 71
Binary 10111001 11011001 1001011 1111 0 1000001 1111 1001010 1000001 111001

Color Harmonies of #B9D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D94B

Black with #B9D94B

Text Example


Text Example

White with #B9D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D94B; }

 p { color: rgb(185,217,75); }

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

background-color css

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

 a { background-color: rgb(185,217,75); }

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

border-color css

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

 span { border-color: rgb(185,217,75); }

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