Html Css Color HEX #AFBA93 Green Spring

📋 copy color: '#AFBA93'

red 175 ◦ green 186 ◦ blue 147

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

Shades of Green Spring #AFBA93

Tints of Green Spring #AFBA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 147 (57.81% from 255) = 28.94%

R = 34.45%
G = 36.61%
B = 28.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#AFBA93 (or 0xAFBA93) is known color: Green Spring. HEX triplet: AF, BA and 93. RGB value is (175,186,147). Sum of RGB (Red+Green+Blue) = 175+186+147=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA93 is #50456C. Grayscale: #B2B2B2. Windows color (decimal): -5260653 or 9681583. OLE color: 9681583.

HSL color Cylindrical-coordinate representation of color #AFBA93: hue angle of 76.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBA93 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 147 -
CMYK 0.06 0 0.21 0.27
HSL 76.92º 0.22% 0.65% -
HSV(B) 76.92º 0.21% 0.73% -
XYZ 40.5 46.34 34.41 -
YUV 178.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 175 186 147 0.06 0 0.21 0.27 76.92 0.22 0.65
Hex AF BA 93 6 0 15 1B 4D 16 41
Octal 257 272 223 6 0 25 33 115 26 101
Binary 10101111 10111010 10010011 110 0 10101 11011 1001101 10110 1000001

Color Harmonies of #AFBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA93

Black with #AFBA93

Text Example


Text Example

White with #AFBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA93; }

 p { color: rgb(175,186,147); }

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

background-color css

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

 a { background-color: rgb(175,186,147); }

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

border-color css

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

 span { border-color: rgb(175,186,147); }

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