#B2DC64

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

Shades of Conifer #B2DC64

Tints of Conifer #B2DC64

Color information

#B2DC64 (or 0xB2DC64) is unknown color: approx Conifer. HEX triplet: B2, DC and 64. RGB value is (178,220,100). Sum of RGB (Red+Green+Blue) = 178+220+100=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC64 is #4D239B. Grayscale: #C2C2C2. Windows color (decimal): -5055388 or 6610098. OLE color: 6610098.

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

Color convert

RGB178220100-
CMYK0.1900.550.14
HSL81º63.16%62.75%-
HSV(B)81º54.55%86.27%-
XYZ46.2561.5721.5-
YUV193.7675.09116.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 100 (39.45% from 255) = 20.08%
R=35.74%
G=44.18%
B=20.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201000.1900.550.148163.1662.75
HexB2DC6413037E513f3f
Octal26233414423067161217777
Binary1011001011011100110010010011011011111101010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC64; }

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

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

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

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

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

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

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

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