#AFBF41

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

Shades of Celery #AFBF41

Tints of Celery #AFBF41

Color information

#AFBF41 (or 0xAFBF41) is unknown color: approx Celery. HEX triplet: AF, BF and 41. RGB value is (175,191,65). Sum of RGB (Red+Green+Blue) = 175+191+65=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF41 is #5040BE. Grayscale: #ACACAC. Windows color (decimal): -5259455 or 4308911. OLE color: 4308911.

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

Color convert

RGB17519165-
CMYK0.0800.660.25
HSL67.62º49.61%50.2%-
HSV(B)67.62º65.97%74.9%-
XYZ37.2646.7612.06-
YUV171.8567.7130.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 191 (75% from 255) = 44.32%
BLUE value IS 65 (25.78% from 255) = 15.08%
R=40.60%
G=44.32%
B=15.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191650.0800.660.2567.6249.6150.2
HexAFBF41804219443232
Octal257277101100102311046262
Binary10101111101111111000001100001000010110011000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF41; }

 p { color: rgb(175,191,65); }

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

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

 a { background-color: rgb(175,191,65); }

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

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

 span { border-color: rgb(175,191,65); }

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