Html Css Color HEX #AFB398 Green Spring

📋 copy color: '#AFB398'

red 175 ◦ green 179 ◦ blue 152

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

Shades of Green Spring #AFB398

Tints of Green Spring #AFB398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 34.58%
G = 35.38%
B = 30.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#AFB398 (or 0xAFB398) is known color: Green Spring. HEX triplet: AF, B3 and 98. RGB value is (175,179,152). Sum of RGB (Red+Green+Blue) = 175+179+152=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB398 is #504C67. Grayscale: #AEAEAE. Windows color (decimal): -5262440 or 10007471. OLE color: 10007471.

HSL color Cylindrical-coordinate representation of color #AFB398: hue angle of 68.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB398 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 152 -
CMYK 0.02 0 0.15 0.30
HSL 68.89º 0.15% 0.65% -
HSV(B) 68.89º 0.15% 0.7% -
XYZ 39.47 43.62 36.05 -
YUV 174.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 175 179 152 0.02 0 0.15 0.30 68.89 0.15 0.65
Hex AF B3 98 2 0 F 1E 45 F 41
Octal 257 263 230 2 0 17 36 105 17 101
Binary 10101111 10110011 10011000 10 0 1111 11110 1000101 1111 1000001

Color Harmonies of #AFB398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB398

Black with #AFB398

Text Example


Text Example

White with #AFB398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB398; }

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

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

background-color css

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

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

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

border-color css

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

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

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