#AFBF44

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

Shades of Celery #AFBF44

Tints of Celery #AFBF44

Color information

#AFBF44 (or 0xAFBF44) is unknown color: approx Celery. HEX triplet: AF, BF and 44. RGB value is (175,191,68). Sum of RGB (Red+Green+Blue) = 175+191+68=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF44 is #5040BB. Grayscale: #ACACAC. Windows color (decimal): -5259452 or 4505519. OLE color: 4505519.

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

Color convert

RGB17519168-
CMYK0.0800.640.25
HSL67.8º49%50.78%-
HSV(B)67.8º64.4%74.9%-
XYZ37.3546.7912.53-
YUV172.1969.2130-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 68 (26.95% from 255) = 15.67%
R=40.32%
G=44.01%
B=15.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191680.0800.640.2567.84950.78
HexAFBF44804019443133
Octal257277104100100311046163
Binary10101111101111111000100100001000000110011000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF44; }

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

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

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

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

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

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

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

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