Html Css Color HEX #AFB892 Green Spring

📋 copy color: '#AFB892'

red 175 ◦ green 184 ◦ blue 146

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

Shades of Green Spring #AFB892

Tints of Green Spring #AFB892

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

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

R = 34.65%
G = 36.44%
B = 28.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#AFB892 (or 0xAFB892) is known color: Green Spring. HEX triplet: AF, B8 and 92. RGB value is (175,184,146). Sum of RGB (Red+Green+Blue) = 175+184+146=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB892 is #50476D. Grayscale: #B1B1B1. Windows color (decimal): -5261166 or 9615535. OLE color: 9615535.

HSL color Cylindrical-coordinate representation of color #AFB892: hue angle of 74.21º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB892 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 146 -
CMYK 0.05 0 0.21 0.28
HSL 74.21º 0.21% 0.65% -
HSV(B) 74.21º 0.21% 0.72% -
XYZ 40.01 45.47 33.86 -
YUV 176.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 175 184 146 0.05 0 0.21 0.28 74.21 0.21 0.65
Hex AF B8 92 5 0 15 1C 4A 15 41
Octal 257 270 222 5 0 25 34 112 25 101
Binary 10101111 10111000 10010010 101 0 10101 11100 1001010 10101 1000001

Color Harmonies of #AFB892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB892

Black with #AFB892

Text Example


Text Example

White with #AFB892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB892; }

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

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

background-color css

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

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

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

border-color css

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

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

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