#B0CA4D

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

Shades of Celery #B0CA4D

Tints of Celery #B0CA4D

Color information

#B0CA4D (or 0xB0CA4D) is unknown color: approx Celery. HEX triplet: B0, CA and 4D. RGB value is (176,202,77). Sum of RGB (Red+Green+Blue) = 176+202+77=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA4D is #4F35B2. Grayscale: #B4B4B4. Windows color (decimal): -5191091 or 5098160. OLE color: 5098160.

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

Color convert

RGB17620277-
CMYK0.1300.620.21
HSL72.48º54.11%54.71%-
HSV(B)72.48º61.88%79.22%-
XYZ40.3652.0114.93-
YUV179.9869.89125.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=38.68%
G=44.40%
B=16.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202770.1300.620.2172.4854.1154.71
HexB0CA4DD03E15483637
Octal26031211515076251106667
Binary1011000011001010100110111010111110101011001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA4D; }

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

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

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

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

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

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

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

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