#B8D961

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

Shades of Conifer #B8D961

Tints of Conifer #B8D961

Color information

#B8D961 (or 0xB8D961) is unknown color: approx Conifer. HEX triplet: B8, D9 and 61. RGB value is (184,217,97). Sum of RGB (Red+Green+Blue) = 184+217+97=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D961 is #47269E. Grayscale: #C1C1C1. Windows color (decimal): -4662943 or 6412728. OLE color: 6412728.

HSL color Cylindrical-coordinate representation of color #B8D961: hue angle of 76.5º 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 #B8D961 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB18421797-
CMYK0.1500.550.15
HSL76.5º61.22%61.57%-
HSV(B)76.5º55.3%85.1%-
XYZ46.7460.6820.56-
YUV193.4573.57121.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=36.95%
G=43.57%
B=19.48%

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
Decimal184217970.1500.550.1576.561.2261.57
HexB8D961F037F4c3d3e
Octal27033114117067171147576
Binary101110001101100111000011111011011111111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D961; }

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

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

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

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

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

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

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

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