#AFBF54

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

Shades of Celery #AFBF54

Tints of Celery #AFBF54

Color information

#AFBF54 (or 0xAFBF54) is unknown color: approx Celery. HEX triplet: AF, BF and 54. RGB value is (175,191,84). Sum of RGB (Red+Green+Blue) = 175+191+84=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF54 is #5040AB. Grayscale: #AEAEAE. Windows color (decimal): -5259436 or 5554095. OLE color: 5554095.

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

Color convert

RGB17519184-
CMYK0.0800.560.25
HSL68.97º45.53%53.92%-
HSV(B)68.97º56.02%74.9%-
XYZ37.9147.0215.46-
YUV174.0277.2128.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=38.89%
G=42.44%
B=18.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191840.0800.560.2568.9745.5353.92
HexAFBF54803819452e36
Octal25727712410070311055666
Binary1010111110111111101010010000111000110011000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF54; }

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

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

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

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

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

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

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

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