#B9D961

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

Shades of Conifer #B9D961

Tints of Conifer #B9D961

Color information

#B9D961 (or 0xB9D961) is unknown color: approx Conifer. HEX triplet: B9, D9 and 61. RGB value is (185,217,97). Sum of RGB (Red+Green+Blue) = 185+217+97=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D961 is #46269E. Grayscale: #C2C2C2. Windows color (decimal): -4597407 or 6412729. OLE color: 6412729.

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

Color convert

RGB18521797-
CMYK0.1500.550.15
HSL76º61.22%61.57%-
HSV(B)76º55.3%85.1%-
XYZ46.9860.820.57-
YUV193.7573.4121.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=37.07%
G=43.49%
B=19.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185217970.1500.550.157661.2261.57
HexB9D961F037F4c3d3e
Octal27133114117067171147576
Binary101110011101100111000011111011011111111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D961; }

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

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

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

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

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

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

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

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