#B7DC6D

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

Shades of Conifer #B7DC6D

Tints of Conifer #B7DC6D

Color information

#B7DC6D (or 0xB7DC6D) is unknown color: approx Conifer. HEX triplet: B7, DC and 6D. RGB value is (183,220,109). Sum of RGB (Red+Green+Blue) = 183+220+109=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC6D is #482392. Grayscale: #C4C4C4. Windows color (decimal): -4727699 or 7199927. OLE color: 7199927.

HSL color Cylindrical-coordinate representation of color #B7DC6D: hue angle of 80º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7DC6D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB183220109-
CMYK0.1700.500.14
HSL80º61.33%64.51%-
HSV(B)80º50.45%86.27%-
XYZ47.8862.3623.98-
YUV196.2878.74118.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=35.74%
G=42.97%
B=21.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201090.1700.500.148061.3364.51
HexB7DC6D11032E503d41
Octal267334155210621612075101
Binary10110111110111001101101100010110010111010100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DC6D; }

 p { color: rgb(183,220,109); }

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

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

 a { background-color: rgb(183,220,109); }

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

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

 span { border-color: rgb(183,220,109); }

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