Html Css Color HEX #AFBC49 Celery

📋 copy color: '#AFBC49'

red 175 ◦ green 188 ◦ blue 73

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

Shades of Celery #AFBC49

Tints of Celery #AFBC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.12%

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

R = 40.14%
G = 43.12%
B = 16.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#AFBC49 (or 0xAFBC49) is known color: Celery. HEX triplet: AF, BC and 49. RGB value is (175,188,73). Sum of RGB (Red+Green+Blue) = 175+188+73=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC49 is #5043B6. Grayscale: #ABABAB. Windows color (decimal): -5260215 or 4832431. OLE color: 4832431.

HSL color Cylindrical-coordinate representation of color #AFBC49: hue angle of 66.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFBC49 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 73 -
CMYK 0.07 0 0.61 0.26
HSL 66.78º 0.46% 0.51% -
HSV(B) 66.78º 0.61% 0.74% -
XYZ 36.87 45.56 13.15 -
YUV 171 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 175 188 73 0.07 0 0.61 0.26 66.78 0.46 0.51
Hex AF BC 49 7 0 3D 1A 43 2E 33
Octal 257 274 111 7 0 75 32 103 56 63
Binary 10101111 10111100 1001001 111 0 111101 11010 1000011 101110 110011

Color Harmonies of #AFBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC49

Black with #AFBC49

Text Example


Text Example

White with #AFBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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