#B9D95B

Color #B9D95B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B9D95B

Tints of Conifer #B9D95B

Color information

#B9D95B (or 0xB9D95B) is unknown color: approx Conifer. HEX triplet: B9, D9 and 5B. RGB value is (185,217,91). Sum of RGB (Red+Green+Blue) = 185+217+91=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D95B is #4626A4. Grayscale: #C1C1C1. Windows color (decimal): -4597413 or 6019513. OLE color: 6019513.

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

Color convert

RGB18521791-
CMYK0.1500.580.15
HSL75.24º62.38%60.39%-
HSV(B)75.24º58.06%85.1%-
XYZ46.7160.719.15-
YUV193.0770.4122.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=37.53%
G=44.02%
B=18.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185217910.1500.580.1575.2462.3860.39
HexB9D95BF03AF4b3e3c
Octal27133113317072171137674
Binary101110011101100110110111111011101011111001011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D95B; }

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

 H1.HeaderClassName
 {
   color: #B9D95B;
 }
 .AnyTagClassName
 {
   color: #B9D95B;
 }
</style>
background-color css

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

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

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

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

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

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