#B5D962

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

Shades of Conifer #B5D962

Tints of Conifer #B5D962

Color information

#B5D962 (or 0xB5D962) is unknown color: approx Conifer. HEX triplet: B5, D9 and 62. RGB value is (181,217,98). Sum of RGB (Red+Green+Blue) = 181+217+98=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D962 is #4A269D. Grayscale: #C1C1C1. Windows color (decimal): -4859550 or 6478261. OLE color: 6478261.

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

Color convert

RGB18121798-
CMYK0.1700.550.15
HSL78.15º61.03%61.76%-
HSV(B)78.15º54.84%85.1%-
XYZ46.0760.3320.77-
YUV192.6774.57119.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 98 (38.67% from 255) = 19.76%
R=36.49%
G=43.75%
B=19.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181217980.1700.550.1578.1561.0361.76
HexB5D96211037F4e3d3e
Octal26533114221067171167576
Binary1011010111011001110001010001011011111111001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D962; }

 p { color: rgb(181,217,98); }

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

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

 a { background-color: rgb(181,217,98); }

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

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

 span { border-color: rgb(181,217,98); }

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