#B9DA5B

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

Shades of Conifer #B9DA5B

Tints of Conifer #B9DA5B

Color information

#B9DA5B (or 0xB9DA5B) is unknown color: approx Conifer. HEX triplet: B9, DA and 5B. RGB value is (185,218,91). Sum of RGB (Red+Green+Blue) = 185+218+91=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA5B is #4625A4. Grayscale: #C2C2C2. Windows color (decimal): -4597157 or 6019769. OLE color: 6019769.

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

Color convert

RGB18521891-
CMYK0.1500.580.15
HSL75.59º63.18%60.59%-
HSV(B)75.59º58.26%85.49%-
XYZ46.9761.2119.24-
YUV193.6670.07121.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 91 (35.94% from 255) = 18.42%
R=37.45%
G=44.13%
B=18.42%

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
Decimal185218910.1500.580.1575.5963.1860.59
HexB9DA5BF03AF4c3f3d
Octal27133213317072171147775
Binary101110011101101010110111111011101011111001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA5B; }

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

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

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

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

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

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

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

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