#B4CC43

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

Shades of Celery #B4CC43

Tints of Celery #B4CC43

Color information

#B4CC43 (or 0xB4CC43) is unknown color: approx Celery. HEX triplet: B4, CC and 43. RGB value is (180,204,67). Sum of RGB (Red+Green+Blue) = 180+204+67=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC43 is #4B33BC. Grayscale: #B5B5B5. Windows color (decimal): -4928445 or 4443316. OLE color: 4443316.

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

Color convert

RGB18020467-
CMYK0.1200.670.2
HSL70.51º57.32%53.14%-
HSV(B)70.51º67.16%80%-
XYZ41.4353.2913.41-
YUV181.2163.55127.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 67 (26.56% from 255) = 14.86%
R=39.91%
G=45.23%
B=14.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204670.1200.670.270.5157.3253.14
HexB4CC43C04314473935
Octal264314103140103241077165
Binary10110100110011001000011110001000011101001000111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC43; }

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

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

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

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

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

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

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

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