#B2DB68

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

Shades of Conifer #B2DB68

Tints of Conifer #B2DB68

Color information

#B2DB68 (or 0xB2DB68) is unknown color: approx Conifer. HEX triplet: B2, DB and 68. RGB value is (178,219,104). Sum of RGB (Red+Green+Blue) = 178+219+104=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB68 is #4D2497. Grayscale: #C2C2C2. Windows color (decimal): -5055640 or 6871986. OLE color: 6871986.

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

Color convert

RGB178219104-
CMYK0.1900.530.14
HSL81.39º61.5%63.33%-
HSV(B)81.39º52.51%85.88%-
XYZ46.1961.1322.46-
YUV193.6377.42116.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=35.53%
G=43.71%
B=20.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191040.1900.530.1481.3961.563.33
HexB2DB6813035E513d3f
Octal26233315023065161217577
Binary1011001011011011110100010011011010111101010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB68; }

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

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

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

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

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

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

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

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