#B0CA4A

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

Shades of Celery #B0CA4A

Tints of Celery #B0CA4A

Color information

#B0CA4A (or 0xB0CA4A) is unknown color: approx Celery. HEX triplet: B0, CA and 4A. RGB value is (176,202,74). Sum of RGB (Red+Green+Blue) = 176+202+74=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA4A is #4F35B5. Grayscale: #B4B4B4. Windows color (decimal): -5191094 or 4901552. OLE color: 4901552.

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

Color convert

RGB17620274-
CMYK0.1300.630.21
HSL72.19º54.7%54.12%-
HSV(B)72.19º63.37%79.22%-
XYZ40.2651.9714.39-
YUV179.6368.39125.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=38.94%
G=44.69%
B=16.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202740.1300.630.2172.1954.754.12
HexB0CA4AD03F15483736
Octal26031211215077251106766
Binary1011000011001010100101011010111111101011001000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA4A; }

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

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

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

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

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

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

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

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