#AFB692

Color #AFB692 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AFB692

Tints of Green Spring #AFB692

Color information

#AFB692 (or 0xAFB692) is unknown color: approx Green Spring. HEX triplet: AF, B6 and 92. RGB value is (175,182,146). Sum of RGB (Red+Green+Blue) = 175+182+146=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB692 is #50496D. Grayscale: #AFAFAF. Windows color (decimal): -5261678 or 9615023. OLE color: 9615023.

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

Color convert

RGB175182146-
CMYK0.0400.200.29
HSL71.67º19.78%64.31%-
HSV(B)71.67º19.78%71.37%-
XYZ39.644.6533.72-
YUV175.8111.18127.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=34.79%
G=36.18%
B=29.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821460.0400.200.2971.6719.7864.31
HexAFB69240141D481440
Octal25726622240243511024100
Binary101011111011011010010010100010100111011001000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB692; }

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

 H1.HeaderClassName
 {
   color: #AFB692;
 }
 .AnyTagClassName
 {
   color: #AFB692;
 }
</style>
background-color css

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

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

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

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

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

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