Html Css Color HEX #AFB949 Celery

📋 copy color: '#AFB949'

red 175 ◦ green 185 ◦ blue 73

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

Shades of Celery #AFB949

Tints of Celery #AFB949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.86%

R = 40.42%
G = 42.73%
B = 16.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#AFB949 (or 0xAFB949) is known color: Celery. HEX triplet: AF, B9 and 49. RGB value is (175,185,73). Sum of RGB (Red+Green+Blue) = 175+185+73=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB949 is #5046B6. Grayscale: #A9A9A9. Windows color (decimal): -5260983 or 4831663. OLE color: 4831663.

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

Color convert

RGB 175 185 73 -
CMYK 0.05 0 0.61 0.27
HSL 65.36º 0.44% 0.51% -
HSV(B) 65.36º 0.61% 0.73% -
XYZ 36.23 44.29 12.94 -
YUV 169.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 175 185 73 0.05 0 0.61 0.27 65.36 0.44 0.51
Hex AF B9 49 5 0 3D 1B 41 2C 33
Octal 257 271 111 5 0 75 33 101 54 63
Binary 10101111 10111001 1001001 101 0 111101 11011 1000001 101100 110011

Color Harmonies of #AFB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB949

Black with #AFB949

Text Example


Text Example

White with #AFB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB949; }

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

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

background-color css

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

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

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

border-color css

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

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

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