Html Css Color HEX #AFB64A Celery

📋 copy color: '#AFB64A'

red 175 ◦ green 182 ◦ blue 74

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

Shades of Celery #AFB64A

Tints of Celery #AFB64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.17%

R = 40.6%
G = 42.23%
B = 17.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#AFB64A (or 0xAFB64A) is known color: Celery. HEX triplet: AF, B6 and 4A. RGB value is (175,182,74). Sum of RGB (Red+Green+Blue) = 175+182+74=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB64A is #5049B5. Grayscale: #A8A8A8. Windows color (decimal): -5261750 or 4896431. OLE color: 4896431.

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

Color convert

RGB 175 182 74 -
CMYK 0.04 0 0.59 0.29
HSL 63.89º 0.43% 0.5% -
HSV(B) 63.89º 0.59% 0.71% -
XYZ 35.64 43.06 12.91 -
YUV 167.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 175 182 74 0.04 0 0.59 0.29 63.89 0.43 0.5
Hex AF B6 4A 4 0 3B 1D 40 2B 32
Octal 257 266 112 4 0 73 35 100 53 62
Binary 10101111 10110110 1001010 100 0 111011 11101 1000000 101011 110010

Color Harmonies of #AFB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB64A

Black with #AFB64A

Text Example


Text Example

White with #AFB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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