#B3CC3C

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

Shades of Celery #B3CC3C

Tints of Celery #B3CC3C

Color information

#B3CC3C (or 0xB3CC3C) is unknown color: approx Celery. HEX triplet: B3, CC and 3C. RGB value is (179,204,60). Sum of RGB (Red+Green+Blue) = 179+204+60=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CC3C is #4C33C3. Grayscale: #B4B4B4. Windows color (decimal): -4993988 or 3984563. OLE color: 3984563.

HSL color Cylindrical-coordinate representation of color #B3CC3C: hue angle of 70.42º 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 #B3CC3C is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB17920460-
CMYK0.1200.710.2
HSL70.42º58.54%51.76%-
HSV(B)70.42º70.59%80%-
XYZ4153.112.36-
YUV180.1160.22127.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 60 (23.83% from 255) = 13.54%
R=40.41%
G=46.05%
B=13.54%

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
Decimal179204600.1200.710.270.4258.5451.76
HexB3CC3CC04714463b34
Octal26331474140107241067364
Binary1011001111001100111100110001000111101001000110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC3C; }

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

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

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

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

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

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

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

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