Html Css Color HEX #AFBC98 Green Spring

📋 copy color: '#AFBC98'

red 175 ◦ green 188 ◦ blue 152

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

Shades of Green Spring #AFBC98

Tints of Green Spring #AFBC98

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 33.98%
G = 36.5%
B = 29.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#AFBC98 (or 0xAFBC98) is known color: Green Spring. HEX triplet: AF, BC and 98. RGB value is (175,188,152). Sum of RGB (Red+Green+Blue) = 175+188+152=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC98 is #504367. Grayscale: #B4B4B4. Windows color (decimal): -5260136 or 10009775. OLE color: 10009775.

HSL color Cylindrical-coordinate representation of color #AFBC98: hue angle of 81.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBC98 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 152 -
CMYK 0.07 0 0.19 0.26
HSL 81.67º 0.21% 0.67% -
HSV(B) 81.67º 0.19% 0.74% -
XYZ 41.33 47.35 36.67 -
YUV 180.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 175 188 152 0.07 0 0.19 0.26 81.67 0.21 0.67
Hex AF BC 98 7 0 13 1A 52 15 43
Octal 257 274 230 7 0 23 32 122 25 103
Binary 10101111 10111100 10011000 111 0 10011 11010 1010010 10101 1000011

Color Harmonies of #AFBC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC98

Black with #AFBC98

Text Example


Text Example

White with #AFBC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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