#B2E053

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

Shades of Conifer #B2E053

Tints of Conifer #B2E053

Color information

#B2E053 (or 0xB2E053) is unknown color: approx Conifer. HEX triplet: B2, E0 and 53. RGB value is (178,224,83). Sum of RGB (Red+Green+Blue) = 178+224+83=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E053 is #4D1FAC. Grayscale: #C2C2C2. Windows color (decimal): -5054381 or 5497010. OLE color: 5497010.

HSL color Cylindrical-coordinate representation of color #B2E053: hue angle of 79.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2E053 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB17822483-
CMYK0.2100.630.12
HSL79.57º69.46%60.2%-
HSV(B)79.57º62.95%87.84%-
XYZ46.5863.417.97-
YUV194.1765.26116.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 224 (87.89% from 255) = 46.19%
BLUE value IS 83 (32.81% from 255) = 17.11%
R=36.70%
G=46.19%
B=17.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178224830.2100.630.1279.5769.4660.2
HexB2E0531503FC50453c
Octal262340123250771412010574
Binary10110010111000001010011101010111111110010100001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E053; }

 p { color: rgb(178,224,83); }

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

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

 a { background-color: rgb(178,224,83); }

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

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

 span { border-color: rgb(178,224,83); }

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