#B0C542

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

Shades of Celery #B0C542

Tints of Celery #B0C542

Color information

#B0C542 (or 0xB0C542) is unknown color: approx Celery. HEX triplet: B0, C5 and 42. RGB value is (176,197,66). Sum of RGB (Red+Green+Blue) = 176+197+66=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C542 is #4F3ABD. Grayscale: #B0B0B0. Windows color (decimal): -5192382 or 4375984. OLE color: 4375984.

HSL color Cylindrical-coordinate representation of color #B0C542: hue angle of 69.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0C542 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB17619766-
CMYK0.1100.660.23
HSL69.62º53.04%51.57%-
HSV(B)69.62º66.5%77.25%-
XYZ38.8549.5612.67-
YUV175.7966.04128.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=40.09%
G=44.87%
B=15.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197660.1100.660.2369.6253.0451.57
HexB0C542B04217463534
Octal260305102130102271066564
Binary10110000110001011000010101101000010101111000110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C542; }

 p { color: rgb(176,197,66); }

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

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

 a { background-color: rgb(176,197,66); }

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

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

 span { border-color: rgb(176,197,66); }

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