#B9DA50

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

Shades of Conifer #B9DA50

Tints of Conifer #B9DA50

Color information

#B9DA50 (or 0xB9DA50) is unknown color: approx Conifer. HEX triplet: B9, DA and 50. RGB value is (185,218,80). Sum of RGB (Red+Green+Blue) = 185+218+80=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA50 is #4625AF. Grayscale: #C0C0C0. Windows color (decimal): -4597168 or 5298873. OLE color: 5298873.

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

Color convert

RGB18521880-
CMYK0.1500.630.15
HSL74.35º65.09%58.43%-
HSV(B)74.35º63.3%85.49%-
XYZ46.5361.0416.92-
YUV192.464.57122.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=38.30%
G=45.13%
B=16.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185218800.1500.630.1574.3565.0958.43
HexB9DA50F03FF4a413a
Octal271332120170771711210172
Binary1011100111011010101000011110111111111110010101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA50; }

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

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

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

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

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

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

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

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