Html Css Color HEX #AFB649 Celery

📋 copy color: '#AFB649'

red 175 ◦ green 182 ◦ blue 73

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

Shades of Celery #AFB649

Tints of Celery #AFB649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

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

R = 40.7%
G = 42.33%
B = 16.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#AFB649 (or 0xAFB649) is known color: Celery. HEX triplet: AF, B6 and 49. RGB value is (175,182,73). Sum of RGB (Red+Green+Blue) = 175+182+73=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB649 is #5049B6. Grayscale: #A7A7A7. Windows color (decimal): -5261751 or 4830895. OLE color: 4830895.

HSL color Cylindrical-coordinate representation of color #AFB649: hue angle of 63.85º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFB649 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 73 -
CMYK 0.04 0 0.60 0.29
HSL 63.85º 0.43% 0.5% -
HSV(B) 63.85º 0.6% 0.71% -
XYZ 35.61 43.05 12.74 -
YUV 167.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 175 182 73 0.04 0 0.60 0.29 63.85 0.43 0.5
Hex AF B6 49 4 0 3C 1D 40 2B 32
Octal 257 266 111 4 0 74 35 100 53 62
Binary 10101111 10110110 1001001 100 0 111100 11101 1000000 101011 110010

Color Harmonies of #AFB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB649

Black with #AFB649

Text Example


Text Example

White with #AFB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB649; }

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

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

background-color css

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

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

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

border-color css

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

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

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