#B2DA64

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

Shades of Conifer #B2DA64

Tints of Conifer #B2DA64

Color information

#B2DA64 (or 0xB2DA64) is unknown color: approx Conifer. HEX triplet: B2, DA and 64. RGB value is (178,218,100). Sum of RGB (Red+Green+Blue) = 178+218+100=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA64 is #4D259B. Grayscale: #C1C1C1. Windows color (decimal): -5055900 or 6609586. OLE color: 6609586.

HSL color Cylindrical-coordinate representation of color #B2DA64: hue angle of 80.34º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2DA64 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB178218100-
CMYK0.1800.540.15
HSL80.34º61.46%62.35%-
HSV(B)80.34º54.13%85.49%-
XYZ45.7360.5321.33-
YUV192.5975.75117.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=35.89%
G=43.95%
B=20.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181000.1800.540.1580.3461.4662.35
HexB2DA6412036F503d3e
Octal26233214422066171207576
Binary1011001011011010110010010010011011011111010000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DA64; }

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

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

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

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

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

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

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

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