#afb450

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

Shades of Celery #AFB450

Tints of Celery #AFB450

Color information

#AFB450 (or 0xAFB450) is unknown color: approx Celery. HEX triplet: AF, B4 and 50. RGB value is (175,180,80). Sum of RGB (Red+Green+Blue) = 175+180+80=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB450 is #504BAF. Grayscale: #A7A7A7. Windows color (decimal): -5262256 or 5289135. OLE color: 5289135.

HSL color Cylindrical-coordinate representation of color #AFB450: hue angle of 63º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFB450 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB17518080-
CMYK0.0300.560.29
HSL63º40%50.98%-
HSV(B)63º55.56%70.59%-
XYZ35.4542.3413.89-
YUV167.178.84133.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 80 (31.64% from 255) = 18.39%
R=40.23%
G=41.38%
B=18.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180800.0300.560.29634050.98
HexAFB45030381D3f2833
Octal257264120307035775063
Binary1010111110110100101000011011100011101111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb450; }

 p { color: rgb(175,180,80); }

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

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

 a { background-color: rgb(175,180,80); }

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

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

 span { border-color: rgb(175,180,80); }

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