Html Css Color HEX #AFB597 Green Spring

📋 copy color: '#AFB597'

red 175 ◦ green 181 ◦ blue 151

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

Shades of Green Spring #AFB597

Tints of Green Spring #AFB597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.78%

R = 34.52%
G = 35.7%
B = 29.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#AFB597 (or 0xAFB597) is known color: Green Spring. HEX triplet: AF, B5 and 97. RGB value is (175,181,151). Sum of RGB (Red+Green+Blue) = 175+181+151=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB597 is #504A68. Grayscale: #AFAFAF. Windows color (decimal): -5261929 or 9942447. OLE color: 9942447.

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

Color convert

RGB 175 181 151 -
CMYK 0.03 0 0.17 0.29
HSL 72º 0.17% 0.65% -
HSV(B) 72º 0.17% 0.71% -
XYZ 39.79 44.4 35.75 -
YUV 175.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 175 181 151 0.03 0 0.17 0.29 72 0.17 0.65
Hex AF B5 97 3 0 11 1D 48 11 41
Octal 257 265 227 3 0 21 35 110 21 101
Binary 10101111 10110101 10010111 11 0 10001 11101 1001000 10001 1000001

Color Harmonies of #AFB597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB597

Black with #AFB597

Text Example


Text Example

White with #AFB597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB597; }

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

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

background-color css

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

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

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

border-color css

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

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

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