Html Css Color HEX #AFB44D Celery

📋 copy color: '#AFB44D'

red 175 ◦ green 180 ◦ blue 77

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

Shades of Celery #AFB44D

Tints of Celery #AFB44D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 40.51%
G = 41.67%
B = 17.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#AFB44D (or 0xAFB44D) is known color: Celery. HEX triplet: AF, B4 and 4D. RGB value is (175,180,77). Sum of RGB (Red+Green+Blue) = 175+180+77=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB44D is #504BB2. Grayscale: #A7A7A7. Windows color (decimal): -5262259 or 5092527. OLE color: 5092527.

HSL color Cylindrical-coordinate representation of color #AFB44D: hue angle of 62.91º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFB44D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 77 -
CMYK 0.03 0 0.57 0.29
HSL 62.91º 0.41% 0.5% -
HSV(B) 62.91º 0.57% 0.71% -
XYZ 35.34 42.29 13.32 -
YUV 166.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 175 180 77 0.03 0 0.57 0.29 62.91 0.41 0.5
Hex AF B4 4D 3 0 39 1D 3F 29 32
Octal 257 264 115 3 0 71 35 77 51 62
Binary 10101111 10110100 1001101 11 0 111001 11101 111111 101001 110010

Color Harmonies of #AFB44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB44D

Black with #AFB44D

Text Example


Text Example

White with #AFB44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB44D; }

 p { color: rgb(175,180,77); }

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

background-color css

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

 a { background-color: rgb(175,180,77); }

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

border-color css

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

 span { border-color: rgb(175,180,77); }

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