#AFCB92

Color #AFCB92 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #AFCB92

Tints of Sprout #AFCB92

Color information

#AFCB92 (or 0xAFCB92) is unknown color: approx Sprout. HEX triplet: AF, CB and 92. RGB value is (175,203,146). Sum of RGB (Red+Green+Blue) = 175+203+146=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB92 is #50346D. Grayscale: #BCBCBC. Windows color (decimal): -5256302 or 9620399. OLE color: 9620399.

HSL color Cylindrical-coordinate representation of color #AFCB92: hue angle of 89.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCB92 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB175203146-
CMYK0.1400.280.20
HSL89.47º35.4%68.43%-
HSV(B)89.47º28.08%79.61%-
XYZ44.2253.935.27-
YUV188.13104.22118.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=33.40%
G=38.74%
B=27.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031460.1400.280.2089.4735.468.43
HexAFCB92E01C14592344
Octal257313222160342413143104
Binary10101111110010111001001011100111001010010110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB92; }

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

 H1.HeaderClassName
 {
   color: #AFCB92;
 }
 .AnyTagClassName
 {
   color: #AFCB92;
 }
</style>
background-color css

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

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

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

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

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

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