#B6D967

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

Shades of Conifer #B6D967

Tints of Conifer #B6D967

Color information

#B6D967 (or 0xB6D967) is unknown color: approx Conifer. HEX triplet: B6, D9 and 67. RGB value is (182,217,103). Sum of RGB (Red+Green+Blue) = 182+217+103=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D967 is #492698. Grayscale: #C1C1C1. Windows color (decimal): -4794009 or 6805942. OLE color: 6805942.

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

Color convert

RGB182217103-
CMYK0.1600.530.15
HSL78.42º60%62.75%-
HSV(B)78.42º52.53%85.1%-
XYZ46.5560.5522.07-
YUV193.5476.9119.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 103 (40.62% from 255) = 20.52%
R=36.25%
G=43.23%
B=20.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171030.1600.530.1578.426062.75
HexB6D96710035F4e3c3f
Octal26633114720065171167477
Binary1011011011011001110011110000011010111111001110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D967; }

 p { color: rgb(182,217,103); }

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

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

 a { background-color: rgb(182,217,103); }

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

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

 span { border-color: rgb(182,217,103); }

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