Html Css Color HEX #AFB64E Celery

📋 copy color: '#AFB64E'

red 175 ◦ green 182 ◦ blue 78

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

Shades of Celery #AFB64E

Tints of Celery #AFB64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.93%

R = 40.23%
G = 41.84%
B = 17.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#AFB64E (or 0xAFB64E) is known color: Celery. HEX triplet: AF, B6 and 4E. RGB value is (175,182,78). Sum of RGB (Red+Green+Blue) = 175+182+78=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB64E is #5049B1. Grayscale: #A8A8A8. Windows color (decimal): -5261746 or 5158575. OLE color: 5158575.

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

Color convert

RGB 175 182 78 -
CMYK 0.04 0 0.57 0.29
HSL 64.04º 0.42% 0.51% -
HSV(B) 64.04º 0.57% 0.71% -
XYZ 35.78 43.12 13.64 -
YUV 168.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 175 182 78 0.04 0 0.57 0.29 64.04 0.42 0.51
Hex AF B6 4E 4 0 39 1D 40 2A 33
Octal 257 266 116 4 0 71 35 100 52 63
Binary 10101111 10110110 1001110 100 0 111001 11101 1000000 101010 110011

Color Harmonies of #AFB64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB64E

Black with #AFB64E

Text Example


Text Example

White with #AFB64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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