#B0E053

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

Shades of Conifer #B0E053

Tints of Conifer #B0E053

Color information

#B0E053 (or 0xB0E053) is unknown color: approx Conifer. HEX triplet: B0, E0 and 53. RGB value is (176,224,83). Sum of RGB (Red+Green+Blue) = 176+224+83=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E053 is #4F1FAC. Grayscale: #C2C2C2. Windows color (decimal): -5185453 or 5497008. OLE color: 5497008.

HSL color Cylindrical-coordinate representation of color #B0E053: hue angle of 80.43º 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 #B0E053 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB17622483-
CMYK0.2100.630.12
HSL80.43º69.46%60.2%-
HSV(B)80.43º62.95%87.84%-
XYZ46.1263.1717.95-
YUV193.5765.6115.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 83 (32.81% from 255) = 17.18%
R=36.44%
G=46.38%
B=17.18%

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
Decimal176224830.2100.630.1280.4369.4660.2
HexB0E0531503FC50453c
Octal260340123250771412010574
Binary10110000111000001010011101010111111110010100001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E053; }

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

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

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

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

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

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

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

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