#B0C14A

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

Shades of Celery #B0C14A

Tints of Celery #B0C14A

Color information

#B0C14A (or 0xB0C14A) is unknown color: approx Celery. HEX triplet: B0, C1 and 4A. RGB value is (176,193,74). Sum of RGB (Red+Green+Blue) = 176+193+74=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C14A is #4F3EB5. Grayscale: #AEAEAE. Windows color (decimal): -5193398 or 4899248. OLE color: 4899248.

HSL color Cylindrical-coordinate representation of color #B0C14A: hue angle of 68.57º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0C14A is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB17619374-
CMYK0.0900.620.24
HSL68.57º48.97%52.35%-
HSV(B)68.57º61.66%75.69%-
XYZ38.2147.8613.7-
YUV174.3571.37129.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 74 (29.30% from 255) = 16.70%
R=39.73%
G=43.57%
B=16.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176193740.0900.620.2468.5748.9752.35
HexB0C14A903E18453134
Octal26030111211076301056164
Binary1011000011000001100101010010111110110001000101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C14A; }

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

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

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

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

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

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

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

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