#B2DF69

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

Shades of Conifer #B2DF69

Tints of Conifer #B2DF69

Color information

#B2DF69 (or 0xB2DF69) is unknown color: approx Conifer. HEX triplet: B2, DF and 69. RGB value is (178,223,105). Sum of RGB (Red+Green+Blue) = 178+223+105=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF69 is #4D2096. Grayscale: #C4C4C4. Windows color (decimal): -5054615 or 6938546. OLE color: 6938546.

HSL color Cylindrical-coordinate representation of color #B2DF69: hue angle of 82.88º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2DF69 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB178223105-
CMYK0.2000.530.13
HSL82.88º64.84%64.31%-
HSV(B)82.88º52.91%87.45%-
XYZ47.363.2623.08-
YUV196.0976.59115.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 105 (41.41% from 255) = 20.75%
R=35.18%
G=44.07%
B=20.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782231050.2000.530.1382.8864.8464.31
HexB2DF6914035D534140
Octal2623371512406515123101100
Binary101100101101111111010011010001101011101101001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DF69; }

 p { color: rgb(178,223,105); }

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

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

 a { background-color: rgb(178,223,105); }

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

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

 span { border-color: rgb(178,223,105); }

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