Html Css Color HEX #AABC83 Caper

📋 copy color: '#AABC83'

red 170 ◦ green 188 ◦ blue 131

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

Shades of Caper #AABC83

Tints of Caper #AABC83

RGB

 RED value IS 170 (66.8% from 255) = 34.76%

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

 BLUE value IS 131 (51.56% from 255) = 26.79%

R = 34.76%
G = 38.45%
B = 26.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#AABC83 (or 0xAABC83) is known color: Caper. HEX triplet: AA, BC and 83. RGB value is (170,188,131). Sum of RGB (Red+Green+Blue) = 170+188+131=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC83 is #55437C. Grayscale: #B0B0B0. Windows color (decimal): -5587837 or 8633514. OLE color: 8633514.

HSL color Cylindrical-coordinate representation of color #AABC83: hue angle of 78.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABC83 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 131 -
CMYK 0.10 0 0.30 0.26
HSL 78.95º 0.3% 0.63% -
HSV(B) 78.95º 0.3% 0.74% -
XYZ 38.66 46.15 28.34 -
YUV 176.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 170 188 131 0.10 0 0.30 0.26 78.95 0.3 0.63
Hex AA BC 83 A 0 1E 1A 4F 1E 3F
Octal 252 274 203 12 0 36 32 117 36 77
Binary 10101010 10111100 10000011 1010 0 11110 11010 1001111 11110 111111

Color Harmonies of #AABC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC83

Black with #AABC83

Text Example


Text Example

White with #AABC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC83; }

 p { color: rgb(170,188,131); }

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

background-color css

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

 a { background-color: rgb(170,188,131); }

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

border-color css

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

 span { border-color: rgb(170,188,131); }

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