Html Css Color HEX #AFBC9A Sprout

📋 copy color: '#AFBC9A'

red 175 ◦ green 188 ◦ blue 154

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

Shades of Sprout #AFBC9A

Tints of Sprout #AFBC9A

RGB

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

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

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

R = 33.85%
G = 36.36%
B = 29.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#AFBC9A (or 0xAFBC9A) is known color: Sprout. HEX triplet: AF, BC and 9A. RGB value is (175,188,154). Sum of RGB (Red+Green+Blue) = 175+188+154=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC9A is #504365. Grayscale: #B4B4B4. Windows color (decimal): -5260134 or 10140847. OLE color: 10140847.

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

Color convert

RGB 175 188 154 -
CMYK 0.07 0 0.18 0.26
HSL 82.94º 0.2% 0.67% -
HSV(B) 82.94º 0.18% 0.74% -
XYZ 41.5 47.41 37.54 -
YUV 180.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 175 188 154 0.07 0 0.18 0.26 82.94 0.2 0.67
Hex AF BC 9A 7 0 12 1A 53 14 43
Octal 257 274 232 7 0 22 32 123 24 103
Binary 10101111 10111100 10011010 111 0 10010 11010 1010011 10100 1000011

Color Harmonies of #AFBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC9A

Black with #AFBC9A

Text Example


Text Example

White with #AFBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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