Html Css Color HEX #AFBE9C Sprout

📋 copy color: '#AFBE9C'

red 175 ◦ green 190 ◦ blue 156

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

Shades of Sprout #AFBE9C

Tints of Sprout #AFBE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 33.59%
G = 36.47%
B = 29.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#AFBE9C (or 0xAFBE9C) is known color: Sprout. HEX triplet: AF, BE and 9C. RGB value is (175,190,156). Sum of RGB (Red+Green+Blue) = 175+190+156=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE9C is #504163. Grayscale: #B5B5B5. Windows color (decimal): -5259620 or 10272431. OLE color: 10272431.

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

Color convert

RGB 175 190 156 -
CMYK 0.08 0 0.18 0.25
HSL 86.47º 0.21% 0.68% -
HSV(B) 86.47º 0.18% 0.75% -
XYZ 42.09 48.34 38.56 -
YUV 181.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 175 190 156 0.08 0 0.18 0.25 86.47 0.21 0.68
Hex AF BE 9C 8 0 12 19 56 15 44
Octal 257 276 234 10 0 22 31 126 25 104
Binary 10101111 10111110 10011100 1000 0 10010 11001 1010110 10101 1000100

Color Harmonies of #AFBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE9C

Black with #AFBE9C

Text Example


Text Example

White with #AFBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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