Html Css Color HEX #AFBC9B Sprout

📋 copy color: '#AFBC9B'

red 175 ◦ green 188 ◦ blue 155

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

Shades of Sprout #AFBC9B

Tints of Sprout #AFBC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.92%

R = 33.78%
G = 36.29%
B = 29.92%

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

#AFBC9B (or 0xAFBC9B) is known color: Sprout. HEX triplet: AF, BC and 9B. RGB value is (175,188,155). Sum of RGB (Red+Green+Blue) = 175+188+155=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC9B is #504364. Grayscale: #B4B4B4. Windows color (decimal): -5260133 or 10206383. OLE color: 10206383.

HSL color Cylindrical-coordinate representation of color #AFBC9B: hue angle of 83.64º 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 #AFBC9B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 155 -
CMYK 0.07 0 0.18 0.26
HSL 83.64º 0.2% 0.67% -
HSV(B) 83.64º 0.18% 0.74% -
XYZ 41.58 47.45 37.98 -
YUV 180.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 175 188 155 0.07 0 0.18 0.26 83.64 0.2 0.67
Hex AF BC 9B 7 0 12 1A 54 14 43
Octal 257 274 233 7 0 22 32 124 24 103
Binary 10101111 10111100 10011011 111 0 10010 11010 1010100 10100 1000011

Color Harmonies of #AFBC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC9B

Black with #AFBC9B

Text Example


Text Example

White with #AFBC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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