Html Css Color HEX #AFB34F Celery

📋 copy color: '#AFB34F'

red 175 ◦ green 179 ◦ blue 79

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

Shades of Celery #AFB34F

Tints of Celery #AFB34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.24%

R = 40.42%
G = 41.34%
B = 18.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#AFB34F (or 0xAFB34F) is known color: Celery. HEX triplet: AF, B3 and 4F. RGB value is (175,179,79). Sum of RGB (Red+Green+Blue) = 175+179+79=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB34F is #504CB0. Grayscale: #A6A6A6. Windows color (decimal): -5262513 or 5223343. OLE color: 5223343.

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

Color convert

RGB 175 179 79 -
CMYK 0.02 0 0.56 0.30
HSL 62.4º 0.4% 0.51% -
HSV(B) 62.4º 0.56% 0.7% -
XYZ 35.21 41.92 13.63 -
YUV 166.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 175 179 79 0.02 0 0.56 0.30 62.4 0.4 0.51
Hex AF B3 4F 2 0 38 1E 3E 28 33
Octal 257 263 117 2 0 70 36 76 50 63
Binary 10101111 10110011 1001111 10 0 111000 11110 111110 101000 110011

Color Harmonies of #AFB34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB34F

Black with #AFB34F

Text Example


Text Example

White with #AFB34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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