#ACCB98

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

Shades of Sprout #ACCB98

Tints of Sprout #ACCB98

Color information

#ACCB98 (or 0xACCB98) is unknown color: approx Sprout. HEX triplet: AC, CB and 98. RGB value is (172,203,152). Sum of RGB (Red+Green+Blue) = 172+203+152=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB98 is #533467. Grayscale: #BCBCBC. Windows color (decimal): -5452904 or 10013612. OLE color: 10013612.

HSL color Cylindrical-coordinate representation of color #ACCB98: hue angle of 96.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCB98 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB172203152-
CMYK0.1500.250.20
HSL96.47º32.9%69.61%-
HSV(B)96.47º25.12%79.61%-
XYZ44.0453.7537.76-
YUV187.92107.73116.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=32.64%
G=38.52%
B=28.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031520.1500.250.2096.4732.969.61
HexACCB98F01914602146
Octal254313230170312414041106
Binary10101100110010111001100011110110011010011000001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB98; }

 p { color: rgb(172,203,152); }

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

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

 a { background-color: rgb(172,203,152); }

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

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

 span { border-color: rgb(172,203,152); }

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