Html Css Color HEX #AFBE98 Sprout

📋 copy color: '#AFBE98'

red 175 ◦ green 190 ◦ blue 152

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

Shades of Sprout #AFBE98

Tints of Sprout #AFBE98

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

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

R = 33.85%
G = 36.75%
B = 29.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#AFBE98 (or 0xAFBE98) is known color: Sprout. HEX triplet: AF, BE and 98. RGB value is (175,190,152). Sum of RGB (Red+Green+Blue) = 175+190+152=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE98 is #504167. Grayscale: #B5B5B5. Windows color (decimal): -5259624 or 10010287. OLE color: 10010287.

HSL color Cylindrical-coordinate representation of color #AFBE98: hue angle of 83.68º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBE98 is Cyan = 0.08, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 152 -
CMYK 0.08 0 0.2 0.25
HSL 83.68º 0.23% 0.67% -
HSV(B) 83.68º 0.2% 0.75% -
XYZ 41.76 48.21 36.81 -
YUV 181.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 175 190 152 0.08 0 0.2 0.25 83.68 0.23 0.67
Hex AF BE 98 8 0 14 19 54 17 43
Octal 257 276 230 10 0 24 31 124 27 103
Binary 10101111 10111110 10011000 1000 0 10100 11001 1010100 10111 1000011

Color Harmonies of #AFBE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE98

Black with #AFBE98

Text Example


Text Example

White with #AFBE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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