Html Css Color HEX #AFBA49 Celery

📋 copy color: '#AFBA49'

red 175 ◦ green 186 ◦ blue 73

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

Shades of Celery #AFBA49

Tints of Celery #AFBA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

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

R = 40.32%
G = 42.86%
B = 16.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#AFBA49 (or 0xAFBA49) is known color: Celery. HEX triplet: AF, BA and 49. RGB value is (175,186,73). Sum of RGB (Red+Green+Blue) = 175+186+73=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA49 is #5045B6. Grayscale: #AAAAAA. Windows color (decimal): -5260727 or 4831919. OLE color: 4831919.

HSL color Cylindrical-coordinate representation of color #AFBA49: hue angle of 65.84º degrees, saturation: 0.45, 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 #AFBA49 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 73 -
CMYK 0.06 0 0.61 0.27
HSL 65.84º 0.45% 0.51% -
HSV(B) 65.84º 0.61% 0.73% -
XYZ 36.44 44.71 13.01 -
YUV 169.83 73.36 131.69 -
System Red Green Blue C M Y K H S L
Decimal 175 186 73 0.06 0 0.61 0.27 65.84 0.45 0.51
Hex AF BA 49 6 0 3D 1B 42 2D 33
Octal 257 272 111 6 0 75 33 102 55 63
Binary 10101111 10111010 1001001 110 0 111101 11011 1000010 101101 110011

Color Harmonies of #AFBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA49

Black with #AFBA49

Text Example


Text Example

White with #AFBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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