#AFBF57

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

Shades of Celery #AFBF57

Tints of Celery #AFBF57

Color information

#AFBF57 (or 0xAFBF57) is unknown color: approx Celery. HEX triplet: AF, BF and 57. RGB value is (175,191,87). Sum of RGB (Red+Green+Blue) = 175+191+87=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF57 is #5040A8. Grayscale: #AEAEAE. Windows color (decimal): -5259433 or 5750703. OLE color: 5750703.

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

Color convert

RGB17519187-
CMYK0.0800.540.25
HSL69.23º44.83%54.51%-
HSV(B)69.23º54.45%74.9%-
XYZ38.0347.0616.1-
YUV174.3678.7128.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 87 (34.38% from 255) = 19.21%
R=38.63%
G=42.16%
B=19.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191870.0800.540.2569.2344.8354.51
HexAFBF57803619452d37
Octal25727712710066311055567
Binary1010111110111111101011110000110110110011000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF57; }

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

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

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

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

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

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

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

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