#B4C54A

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

Shades of Celery #B4C54A

Tints of Celery #B4C54A

Color information

#B4C54A (or 0xB4C54A) is unknown color: approx Celery. HEX triplet: B4, C5 and 4A. RGB value is (180,197,74). Sum of RGB (Red+Green+Blue) = 180+197+74=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C54A is #4B3AB5. Grayscale: #B2B2B2. Windows color (decimal): -4930230 or 4900276. OLE color: 4900276.

HSL color Cylindrical-coordinate representation of color #B4C54A: hue angle of 68.29º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4C54A is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB18019774-
CMYK0.0900.620.23
HSL68.29º51.46%53.14%-
HSV(B)68.29º62.44%77.25%-
XYZ40.0250.1314.05-
YUV177.969.37129.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 197 (77.34% from 255) = 43.68%
BLUE value IS 74 (29.30% from 255) = 16.41%
R=39.91%
G=43.68%
B=16.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180197740.0900.620.2368.2951.4653.14
HexB4C54A903E17443335
Octal26430511211076271046365
Binary1011010011000101100101010010111110101111000100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C54A; }

 p { color: rgb(180,197,74); }

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

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

 a { background-color: rgb(180,197,74); }

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

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

 span { border-color: rgb(180,197,74); }

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