Html Css Color HEX #AFB498 Green Spring

📋 copy color: '#AFB498'

red 175 ◦ green 180 ◦ blue 152

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

Shades of Green Spring #AFB498

Tints of Green Spring #AFB498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 34.52%
G = 35.5%
B = 29.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#AFB498 (or 0xAFB498) is known color: Green Spring. HEX triplet: AF, B4 and 98. RGB value is (175,180,152). Sum of RGB (Red+Green+Blue) = 175+180+152=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB498 is #504B67. Grayscale: #AFAFAF. Windows color (decimal): -5262184 or 10007727. OLE color: 10007727.

HSL color Cylindrical-coordinate representation of color #AFB498: hue angle of 70.71º degrees, saturation: 0.16, 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 #AFB498 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 152 -
CMYK 0.03 0 0.16 0.29
HSL 70.71º 0.16% 0.65% -
HSV(B) 70.71º 0.16% 0.71% -
XYZ 39.67 44.02 36.11 -
YUV 175.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 175 180 152 0.03 0 0.16 0.29 70.71 0.16 0.65
Hex AF B4 98 3 0 10 1D 47 10 41
Octal 257 264 230 3 0 20 35 107 20 101
Binary 10101111 10110100 10011000 11 0 10000 11101 1000111 10000 1000001

Color Harmonies of #AFB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB498

Black with #AFB498

Text Example


Text Example

White with #AFB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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