Html Css Color HEX #AFC892 Sprout

📋 copy color: '#AFC892'

red 175 ◦ green 200 ◦ blue 146

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

Shades of Sprout #AFC892

Tints of Sprout #AFC892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 146 (57.42% from 255) = 28.02%

R = 33.59%
G = 38.39%
B = 28.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#AFC892 (or 0xAFC892) is known color: Sprout. HEX triplet: AF, C8 and 92. RGB value is (175,200,146). Sum of RGB (Red+Green+Blue) = 175+200+146=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC892 is #50376D. Grayscale: #BABABA. Windows color (decimal): -5257070 or 9619631. OLE color: 9619631.

HSL color Cylindrical-coordinate representation of color #AFC892: hue angle of 87.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC892 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 146 -
CMYK 0.12 0 0.27 0.22
HSL 87.78º 0.33% 0.68% -
HSV(B) 87.78º 0.27% 0.78% -
XYZ 43.52 52.5 35.03 -
YUV 186.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 175 200 146 0.12 0 0.27 0.22 87.78 0.33 0.68
Hex AF C8 92 C 0 1B 16 58 21 44
Octal 257 310 222 14 0 33 26 130 41 104
Binary 10101111 11001000 10010010 1100 0 11011 10110 1011000 100001 1000100

Color Harmonies of #AFC892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC892

Black with #AFC892

Text Example


Text Example

White with #AFC892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC892; }

 p { color: rgb(175,200,146); }

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

background-color css

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

 a { background-color: rgb(175,200,146); }

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

border-color css

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

 span { border-color: rgb(175,200,146); }

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