Html Css Color HEX #AFB34A Celery

📋 copy color: '#AFB34A'

red 175 ◦ green 179 ◦ blue 74

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

Shades of Celery #AFB34A

Tints of Celery #AFB34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

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

R = 40.89%
G = 41.82%
B = 17.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#AFB34A (or 0xAFB34A) is known color: Celery. HEX triplet: AF, B3 and 4A. RGB value is (175,179,74). Sum of RGB (Red+Green+Blue) = 175+179+74=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB34A is #504CB5. Grayscale: #A6A6A6. Windows color (decimal): -5262518 or 4895663. OLE color: 4895663.

HSL color Cylindrical-coordinate representation of color #AFB34A: hue angle of 62.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB34A is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 74 -
CMYK 0.02 0 0.59 0.30
HSL 62.29º 0.42% 0.5% -
HSV(B) 62.29º 0.59% 0.7% -
XYZ 35.04 41.85 12.71 -
YUV 165.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 175 179 74 0.02 0 0.59 0.30 62.29 0.42 0.5
Hex AF B3 4A 2 0 3B 1E 3E 2A 32
Octal 257 263 112 2 0 73 36 76 52 62
Binary 10101111 10110011 1001010 10 0 111011 11110 111110 101010 110010

Color Harmonies of #AFB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB34A

Black with #AFB34A

Text Example


Text Example

White with #AFB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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