#ACCB50

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

Shades of Celery #ACCB50

Tints of Celery #ACCB50

Color information

#ACCB50 (or 0xACCB50) is unknown color: approx Celery. HEX triplet: AC, CB and 50. RGB value is (172,203,80). Sum of RGB (Red+Green+Blue) = 172+203+80=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB50 is #5334AF. Grayscale: #B4B4B4. Windows color (decimal): -5452976 or 5295020. OLE color: 5295020.

HSL color Cylindrical-coordinate representation of color #ACCB50: hue angle of 75.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACCB50 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB17220380-
CMYK0.1500.610.20
HSL75.12º54.19%55.49%-
HSV(B)75.12º60.59%79.61%-
XYZ39.8252.0615.54-
YUV179.7171.73122.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=37.80%
G=44.62%
B=17.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172203800.1500.610.2075.1254.1955.49
HexACCB50F03D144b3637
Octal25431312017075241136667
Binary1010110011001011101000011110111101101001001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB50; }

 p { color: rgb(172,203,80); }

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

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

 a { background-color: rgb(172,203,80); }

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

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

 span { border-color: rgb(172,203,80); }

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