#B2EA65

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

Shades of Conifer #B2EA65

Tints of Conifer #B2EA65

Color information

#B2EA65 (or 0xB2EA65) is unknown color: approx Conifer. HEX triplet: B2, EA and 65. RGB value is (178,234,101). Sum of RGB (Red+Green+Blue) = 178+234+101=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EA65 is #4D159A. Grayscale: #CACACA. Windows color (decimal): -5051803 or 6679218. OLE color: 6679218.

HSL color Cylindrical-coordinate representation of color #B2EA65: hue angle of 85.26º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2EA65 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB178234101-
CMYK0.2400.570.08
HSL85.26º76%65.69%-
HSV(B)85.26º56.84%91.76%-
XYZ50.1369.2523.04-
YUV202.0970.95110.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=34.70%
G=45.61%
B=19.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782341010.2400.570.0885.267665.69
HexB2EA65180398554c42
Octal2623521453007110125114102
Binary101100101110101011001011100001110011000101010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EA65; }

 p { color: rgb(178,234,101); }

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

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

 a { background-color: rgb(178,234,101); }

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

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

 span { border-color: rgb(178,234,101); }

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