Html Css Color HEX #AFB698 Green Spring

📋 copy color: '#AFB698'

red 175 ◦ green 182 ◦ blue 152

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

Shades of Green Spring #AFB698

Tints of Green Spring #AFB698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

 BLUE value IS 152 (59.77% from 255) = 29.86%

R = 34.38%
G = 35.76%
B = 29.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#AFB698 (or 0xAFB698) is known color: Green Spring. HEX triplet: AF, B6 and 98. RGB value is (175,182,152). Sum of RGB (Red+Green+Blue) = 175+182+152=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB698 is #504967. Grayscale: #B0B0B0. Windows color (decimal): -5261672 or 10008239. OLE color: 10008239.

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

Color convert

RGB 175 182 152 -
CMYK 0.04 0 0.16 0.29
HSL 74º 0.17% 0.65% -
HSV(B) 74º 0.16% 0.71% -
XYZ 40.07 44.84 36.25 -
YUV 176.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 175 182 152 0.04 0 0.16 0.29 74 0.17 0.65
Hex AF B6 98 4 0 10 1D 4A 11 41
Octal 257 266 230 4 0 20 35 112 21 101
Binary 10101111 10110110 10011000 100 0 10000 11101 1001010 10001 1000001

Color Harmonies of #AFB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB698

Black with #AFB698

Text Example


Text Example

White with #AFB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB698; }

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

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

background-color css

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

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

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

border-color css

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

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

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