Html Css Color HEX #AFB592 Green Spring

📋 copy color: '#AFB592'

red 175 ◦ green 181 ◦ blue 146

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

Shades of Green Spring #AFB592

Tints of Green Spring #AFB592

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

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

R = 34.86%
G = 36.06%
B = 29.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#AFB592 (or 0xAFB592) is known color: Green Spring. HEX triplet: AF, B5 and 92. RGB value is (175,181,146). Sum of RGB (Red+Green+Blue) = 175+181+146=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB592 is #504A6D. Grayscale: #AFAFAF. Windows color (decimal): -5261934 or 9614767. OLE color: 9614767.

HSL color Cylindrical-coordinate representation of color #AFB592: hue angle of 70.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB592 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 146 -
CMYK 0.03 0 0.19 0.29
HSL 70.29º 0.19% 0.64% -
HSV(B) 70.29º 0.19% 0.71% -
XYZ 39.39 44.24 33.66 -
YUV 175.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 175 181 146 0.03 0 0.19 0.29 70.29 0.19 0.64
Hex AF B5 92 3 0 13 1D 46 13 40
Octal 257 265 222 3 0 23 35 106 23 100
Binary 10101111 10110101 10010010 11 0 10011 11101 1000110 10011 1000000

Color Harmonies of #AFB592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB592

Black with #AFB592

Text Example


Text Example

White with #AFB592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB592; }

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

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

background-color css

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

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

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

border-color css

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

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

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