#B2E964

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

Shades of Conifer #B2E964

Tints of Conifer #B2E964

Color information

#B2E964 (or 0xB2E964) is unknown color: approx Conifer. HEX triplet: B2, E9 and 64. RGB value is (178,233,100). Sum of RGB (Red+Green+Blue) = 178+233+100=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E964 is #4D169B. Grayscale: #C9C9C9. Windows color (decimal): -5052060 or 6613426. OLE color: 6613426.

HSL color Cylindrical-coordinate representation of color #B2E964: hue angle of 84.81º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2E964 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB178233100-
CMYK0.2400.570.09
HSL84.81º75.14%65.29%-
HSV(B)84.81º57.08%91.37%-
XYZ49.868.6622.69-
YUV201.3970.78111.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 233 (91.41% from 255) = 45.60%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=34.83%
G=45.60%
B=19.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782331000.2400.570.0984.8175.1465.29
HexB2E964180399554b41
Octal2623511443007111125113101
Binary101100101110100111001001100001110011001101010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E964; }

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

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

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

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

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

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

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

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