#B4CC3C

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

Shades of Celery #B4CC3C

Tints of Celery #B4CC3C

Color information

#B4CC3C (or 0xB4CC3C) is unknown color: approx Celery. HEX triplet: B4, CC and 3C. RGB value is (180,204,60). Sum of RGB (Red+Green+Blue) = 180+204+60=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC3C is #4B33C3. Grayscale: #B4B4B4. Windows color (decimal): -4928452 or 3984564. OLE color: 3984564.

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

Color convert

RGB18020460-
CMYK0.1200.710.2
HSL70º58.54%51.76%-
HSV(B)70º70.59%80%-
XYZ41.2353.2212.37-
YUV180.4160.05127.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 60 (23.83% from 255) = 13.51%
R=40.54%
G=45.95%
B=13.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204600.1200.710.27058.5451.76
HexB4CC3CC04714463b34
Octal26431474140107241067364
Binary1011010011001100111100110001000111101001000110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC3C; }

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

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

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

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

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

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

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

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