#B4CC46

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

Shades of Celery #B4CC46

Tints of Celery #B4CC46

Color information

#B4CC46 (or 0xB4CC46) is unknown color: approx Celery. HEX triplet: B4, CC and 46. RGB value is (180,204,70). Sum of RGB (Red+Green+Blue) = 180+204+70=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC46 is #4B33B9. Grayscale: #B6B6B6. Windows color (decimal): -4928442 or 4639924. OLE color: 4639924.

HSL color Cylindrical-coordinate representation of color #B4CC46: hue angle of 70.75º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4CC46 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB18020470-
CMYK0.1200.660.2
HSL70.75º56.78%53.73%-
HSV(B)70.75º65.69%80%-
XYZ41.5253.3313.9-
YUV181.5565.05126.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 70 (27.73% from 255) = 15.42%
R=39.65%
G=44.93%
B=15.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204700.1200.660.270.7556.7853.73
HexB4CC46C04214473936
Octal264314106140102241077166
Binary10110100110011001000110110001000010101001000111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC46; }

 p { color: rgb(180,204,70); }

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

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

 a { background-color: rgb(180,204,70); }

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

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

 span { border-color: rgb(180,204,70); }

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