#AFBE42

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

Shades of Celery #AFBE42

Tints of Celery #AFBE42

Color information

#AFBE42 (or 0xAFBE42) is unknown color: approx Celery. HEX triplet: AF, BE and 42. RGB value is (175,190,66). Sum of RGB (Red+Green+Blue) = 175+190+66=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE42 is #5041BD. Grayscale: #ABABAB. Windows color (decimal): -5259710 or 4374191. OLE color: 4374191.

HSL color Cylindrical-coordinate representation of color #AFBE42: hue angle of 67.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFBE42 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB17519066-
CMYK0.0800.650.25
HSL67.26º48.82%50.2%-
HSV(B)67.26º65.26%74.51%-
XYZ37.0846.3312.14-
YUV171.3868.53130.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=40.60%
G=44.08%
B=15.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190660.0800.650.2567.2648.8250.2
HexAFBE42804119433132
Octal257276102100101311036162
Binary10101111101111101000010100001000001110011000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE42; }

 p { color: rgb(175,190,66); }

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

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

 a { background-color: rgb(175,190,66); }

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

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

 span { border-color: rgb(175,190,66); }

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