#B0CA3C

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

Shades of Celery #B0CA3C

Tints of Celery #B0CA3C

Color information

#B0CA3C (or 0xB0CA3C) is unknown color: approx Celery. HEX triplet: B0, CA and 3C. RGB value is (176,202,60). Sum of RGB (Red+Green+Blue) = 176+202+60=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA3C is #4F35C3. Grayscale: #B2B2B2. Windows color (decimal): -5191108 or 3984048. OLE color: 3984048.

HSL color Cylindrical-coordinate representation of color #B0CA3C: hue angle of 70.99º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0CA3C is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB17620260-
CMYK0.1300.700.21
HSL70.99º57.26%51.37%-
HSV(B)70.99º70.3%79.22%-
XYZ39.8451.812.17-
YUV178.0461.39126.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 60 (23.83% from 255) = 13.70%
R=40.18%
G=46.12%
B=13.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202600.1300.700.2170.9957.2651.37
HexB0CA3CD04615473933
Octal26031274150106251077163
Binary1011000011001010111100110101000110101011000111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA3C; }

 p { color: rgb(176,202,60); }

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

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

 a { background-color: rgb(176,202,60); }

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

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

 span { border-color: rgb(176,202,60); }

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