Html Css Color HEX #AFB848 Celery

📋 copy color: '#AFB848'

red 175 ◦ green 184 ◦ blue 72

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

Shades of Celery #AFB848

Tints of Celery #AFB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 72 (28.52% from 255) = 16.71%

R = 40.6%
G = 42.69%
B = 16.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#AFB848 (or 0xAFB848) is known color: Celery. HEX triplet: AF, B8 and 48. RGB value is (175,184,72). Sum of RGB (Red+Green+Blue) = 175+184+72=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB848 is #5047B7. Grayscale: #A8A8A8. Windows color (decimal): -5261240 or 4765871. OLE color: 4765871.

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

Color convert

RGB 175 184 72 -
CMYK 0.05 0 0.61 0.28
HSL 64.82º 0.44% 0.5% -
HSV(B) 64.82º 0.61% 0.72% -
XYZ 35.99 43.86 12.7 -
YUV 168.54 73.52 132.61 -
System Red Green Blue C M Y K H S L
Decimal 175 184 72 0.05 0 0.61 0.28 64.82 0.44 0.5
Hex AF B8 48 5 0 3D 1C 41 2C 32
Octal 257 270 110 5 0 75 34 101 54 62
Binary 10101111 10111000 1001000 101 0 111101 11100 1000001 101100 110010

Color Harmonies of #AFB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB848

Black with #AFB848

Text Example


Text Example

White with #AFB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB848; }

 p { color: rgb(175,184,72); }

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

background-color css

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

 a { background-color: rgb(175,184,72); }

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

border-color css

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

 span { border-color: rgb(175,184,72); }

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