#B4C04C

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

Shades of Celery #B4C04C

Tints of Celery #B4C04C

Color information

#B4C04C (or 0xB4C04C) is unknown color: approx Celery. HEX triplet: B4, C0 and 4C. RGB value is (180,192,76). Sum of RGB (Red+Green+Blue) = 180+192+76=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C04C is #4B3FB3. Grayscale: #AFAFAF. Windows color (decimal): -4931508 or 5030068. OLE color: 5030068.

HSL color Cylindrical-coordinate representation of color #B4C04C: hue angle of 66.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4C04C is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB18019276-
CMYK0.0600.600.25
HSL66.21º47.93%52.55%-
HSV(B)66.21º60.42%75.29%-
XYZ38.9847.9214.03-
YUV175.1972.02131.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 76 (30.08% from 255) = 16.96%
R=40.18%
G=42.86%
B=16.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180192760.0600.600.2566.2147.9352.55
HexB4C04C603C19423035
Octal2643001146074311026065
Binary101101001100000010011001100111100110011000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C04C; }

 p { color: rgb(180,192,76); }

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

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

 a { background-color: rgb(180,192,76); }

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

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

 span { border-color: rgb(180,192,76); }

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