Html Css Color HEX #AFB953 Celery

📋 copy color: '#AFB953'

red 175 ◦ green 185 ◦ blue 83

#AFB953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #AFB953

Tints of Celery #AFB953

RGB

 RED value IS 175 (68.75% from 255) = 39.5%

 GREEN value IS 185 (72.66% from 255) = 41.76%

 BLUE value IS 83 (32.81% from 255) = 18.74%

R = 39.5%
G = 41.76%
B = 18.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#AFB953 (or 0xAFB953) is known color: Celery. HEX triplet: AF, B9 and 53. RGB value is (175,185,83). Sum of RGB (Red+Green+Blue) = 175+185+83=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB953 is #5046AC. Grayscale: #AAAAAA. Windows color (decimal): -5260973 or 5487023. OLE color: 5487023.

HSL color Cylindrical-coordinate representation of color #AFB953: hue angle of 65.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFB953 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 83 -
CMYK 0.05 0 0.55 0.27
HSL 65.88º 0.42% 0.53% -
HSV(B) 65.88º 0.55% 0.73% -
XYZ 36.59 44.44 14.83 -
YUV 170.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 175 185 83 0.05 0 0.55 0.27 65.88 0.42 0.53
Hex AF B9 53 5 0 37 1B 42 2A 35
Octal 257 271 123 5 0 67 33 102 52 65
Binary 10101111 10111001 1010011 101 0 110111 11011 1000010 101010 110101

Color Harmonies of #AFB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB953

Black with #AFB953

Text Example


Text Example

White with #AFB953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB953; }

 p { color: rgb(175,185,83); }

 H1.HeaderClassName
 {
   color: #AFB953;
 }
 .AnyTagClassName
 {
   color: #AFB953;
 }
</style>

background-color css

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

 a { background-color: rgb(175,185,83); }

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

border-color css

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

 span { border-color: rgb(175,185,83); }

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