Html Css Color HEX #AFB349 Celery

📋 copy color: '#AFB349'

red 175 ◦ green 179 ◦ blue 73

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

Shades of Celery #AFB349

Tints of Celery #AFB349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.92%

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

R = 40.98%
G = 41.92%
B = 17.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#AFB349 (or 0xAFB349) is known color: Celery. HEX triplet: AF, B3 and 49. RGB value is (175,179,73). Sum of RGB (Red+Green+Blue) = 175+179+73=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB349 is #504CB6. Grayscale: #A6A6A6. Windows color (decimal): -5262519 or 4830127. OLE color: 4830127.

HSL color Cylindrical-coordinate representation of color #AFB349: hue angle of 62.26º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB349 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 73 -
CMYK 0.02 0 0.59 0.30
HSL 62.26º 0.42% 0.49% -
HSV(B) 62.26º 0.59% 0.7% -
XYZ 35 41.84 12.53 -
YUV 165.72 75.67 134.62 -
System Red Green Blue C M Y K H S L
Decimal 175 179 73 0.02 0 0.59 0.30 62.26 0.42 0.49
Hex AF B3 49 2 0 3B 1E 3E 2A 31
Octal 257 263 111 2 0 73 36 76 52 61
Binary 10101111 10110011 1001001 10 0 111011 11110 111110 101010 110001

Color Harmonies of #AFB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB349

Black with #AFB349

Text Example


Text Example

White with #AFB349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB349; }

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

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

background-color css

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

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

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

border-color css

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

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

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