#B0C952

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

Shades of Celery #B0C952

Tints of Celery #B0C952

Color information

#B0C952 (or 0xB0C952) is unknown color: approx Celery. HEX triplet: B0, C9 and 52. RGB value is (176,201,82). Sum of RGB (Red+Green+Blue) = 176+201+82=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C952 is #4F36AD. Grayscale: #B4B4B4. Windows color (decimal): -5191342 or 5425584. OLE color: 5425584.

HSL color Cylindrical-coordinate representation of color #B0C952: hue angle of 72.61º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0C952 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB17620182-
CMYK0.1200.590.21
HSL72.61º52.42%55.49%-
HSV(B)72.61º59.2%78.82%-
XYZ40.3151.6115.82-
YUV179.9672.72125.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 82 (32.42% from 255) = 17.86%
R=38.34%
G=43.79%
B=17.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176201820.1200.590.2172.6152.4255.49
HexB0C952C03B15493437
Octal26031112214073251116467
Binary1011000011001001101001011000111011101011001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C952; }

 p { color: rgb(176,201,82); }

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

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

 a { background-color: rgb(176,201,82); }

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

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

 span { border-color: rgb(176,201,82); }

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