Html Css Color HEX #AFB644 Celery

📋 copy color: '#AFB644'

red 175 ◦ green 182 ◦ blue 68

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

Shades of Celery #AFB644

Tints of Celery #AFB644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16%

R = 41.18%
G = 42.82%
B = 16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#AFB644 (or 0xAFB644) is known color: Celery. HEX triplet: AF, B6 and 44. RGB value is (175,182,68). Sum of RGB (Red+Green+Blue) = 175+182+68=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB644 is #5049BB. Grayscale: #A7A7A7. Windows color (decimal): -5261756 or 4503215. OLE color: 4503215.

HSL color Cylindrical-coordinate representation of color #AFB644: hue angle of 63.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFB644 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 68 -
CMYK 0.04 0 0.63 0.29
HSL 63.68º 0.46% 0.49% -
HSV(B) 63.68º 0.63% 0.71% -
XYZ 35.45 42.99 11.9 -
YUV 166.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 175 182 68 0.04 0 0.63 0.29 63.68 0.46 0.49
Hex AF B6 44 4 0 3F 1D 40 2E 31
Octal 257 266 104 4 0 77 35 100 56 61
Binary 10101111 10110110 1000100 100 0 111111 11101 1000000 101110 110001

Color Harmonies of #AFB644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB644

Black with #AFB644

Text Example


Text Example

White with #AFB644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB644; }

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

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

background-color css

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

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

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

border-color css

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

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

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