#b2dc69

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

Shades of Conifer #B2DC69

Tints of Conifer #B2DC69

Color information

#B2DC69 (or 0xB2DC69) is unknown color: approx Conifer. HEX triplet: B2, DC and 69. RGB value is (178,220,105). Sum of RGB (Red+Green+Blue) = 178+220+105=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC69 is #4D2396. Grayscale: #C2C2C2. Windows color (decimal): -5055383 or 6937778. OLE color: 6937778.

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

Color convert

RGB178220105-
CMYK0.1900.520.14
HSL81.91º62.16%63.73%-
HSV(B)81.91º52.27%86.27%-
XYZ46.561.6722.82-
YUV194.3377.59116.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=35.39%
G=43.74%
B=20.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201050.1900.520.1481.9162.1663.73
HexB2DC6913034E523e40
Octal262334151230641612276100
Binary10110010110111001101001100110110100111010100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2dc69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2dc69; }

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

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

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

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

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

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

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

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