#B9DA61

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

Shades of Conifer #B9DA61

Tints of Conifer #B9DA61

Color information

#B9DA61 (or 0xB9DA61) is unknown color: approx Conifer. HEX triplet: B9, DA and 61. RGB value is (185,218,97). Sum of RGB (Red+Green+Blue) = 185+218+97=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA61 is #46259E. Grayscale: #C2C2C2. Windows color (decimal): -4597151 or 6412985. OLE color: 6412985.

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

Color convert

RGB18521897-
CMYK0.1500.560.15
HSL76.36º62.05%61.76%-
HSV(B)76.36º55.5%85.49%-
XYZ47.2461.3220.66-
YUV194.3473.07121.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=37%
G=43.6%
B=19.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185218970.1500.560.1576.3662.0561.76
HexB9DA61F038F4c3e3e
Octal27133214117070171147676
Binary101110011101101011000011111011100011111001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA61; }

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

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

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

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

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

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

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

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