#B2DB6B

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

Shades of Conifer #B2DB6B

Tints of Conifer #B2DB6B

Color information

#B2DB6B (or 0xB2DB6B) is unknown color: approx Conifer. HEX triplet: B2, DB and 6B. RGB value is (178,219,107). Sum of RGB (Red+Green+Blue) = 178+219+107=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB6B is #4D2494. Grayscale: #C2C2C2. Windows color (decimal): -5055637 or 7068594. OLE color: 7068594.

HSL color Cylindrical-coordinate representation of color #B2DB6B: hue angle of 81.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2DB6B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB178219107-
CMYK0.1900.510.14
HSL81.96º60.87%63.92%-
HSV(B)81.96º51.14%85.88%-
XYZ46.3561.1923.28-
YUV193.9778.92116.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 219 (85.94% from 255) = 43.45%
BLUE value IS 107 (42.19% from 255) = 21.23%
R=35.32%
G=43.45%
B=21.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191070.1900.510.1481.9660.8763.92
HexB2DB6B13033E523d40
Octal262333153230631612275100
Binary10110010110110111101011100110110011111010100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB6B; }

 p { color: rgb(178,219,107); }

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

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

 a { background-color: rgb(178,219,107); }

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

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

 span { border-color: rgb(178,219,107); }

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