Html Css Color HEX #AFB992 Green Spring

📋 copy color: '#AFB992'

red 175 ◦ green 185 ◦ blue 146

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

Shades of Green Spring #AFB992

Tints of Green Spring #AFB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 34.58%
G = 36.56%
B = 28.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#AFB992 (or 0xAFB992) is known color: Green Spring. HEX triplet: AF, B9 and 92. RGB value is (175,185,146). Sum of RGB (Red+Green+Blue) = 175+185+146=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB992 is #50466D. Grayscale: #B1B1B1. Windows color (decimal): -5260910 or 9615791. OLE color: 9615791.

HSL color Cylindrical-coordinate representation of color #AFB992: hue angle of 75.38º 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 #AFB992 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 146 -
CMYK 0.05 0 0.21 0.27
HSL 75.38º 0.22% 0.65% -
HSV(B) 75.38º 0.21% 0.73% -
XYZ 40.22 45.89 33.93 -
YUV 177.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 175 185 146 0.05 0 0.21 0.27 75.38 0.22 0.65
Hex AF B9 92 5 0 15 1B 4B 16 41
Octal 257 271 222 5 0 25 33 113 26 101
Binary 10101111 10111001 10010010 101 0 10101 11011 1001011 10110 1000001

Color Harmonies of #AFB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB992

Black with #AFB992

Text Example


Text Example

White with #AFB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB992; }

 p { color: rgb(175,185,146); }

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

background-color css

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

 a { background-color: rgb(175,185,146); }

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

border-color css

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

 span { border-color: rgb(175,185,146); }

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