Html Css Color HEX #AFBE9A Sprout

📋 copy color: '#AFBE9A'

red 175 ◦ green 190 ◦ blue 154

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

Shades of Sprout #AFBE9A

Tints of Sprout #AFBE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 33.72%
G = 36.61%
B = 29.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#AFBE9A (or 0xAFBE9A) is known color: Sprout. HEX triplet: AF, BE and 9A. RGB value is (175,190,154). Sum of RGB (Red+Green+Blue) = 175+190+154=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE9A is #504165. Grayscale: #B5B5B5. Windows color (decimal): -5259622 or 10141359. OLE color: 10141359.

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

Color convert

RGB 175 190 154 -
CMYK 0.08 0 0.19 0.25
HSL 85º 0.22% 0.67% -
HSV(B) 85º 0.19% 0.75% -
XYZ 41.93 48.27 37.68 -
YUV 181.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 175 190 154 0.08 0 0.19 0.25 85 0.22 0.67
Hex AF BE 9A 8 0 13 19 55 16 43
Octal 257 276 232 10 0 23 31 125 26 103
Binary 10101111 10111110 10011010 1000 0 10011 11001 1010101 10110 1000011

Color Harmonies of #AFBE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE9A

Black with #AFBE9A

Text Example


Text Example

White with #AFBE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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