Html Css Color HEX #AABB83 Caper

📋 copy color: '#AABB83'

red 170 ◦ green 187 ◦ blue 131

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

Shades of Caper #AABB83

Tints of Caper #AABB83

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

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

R = 34.84%
G = 38.32%
B = 26.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#AABB83 (or 0xAABB83) is known color: Caper. HEX triplet: AA, BB and 83. RGB value is (170,187,131). Sum of RGB (Red+Green+Blue) = 170+187+131=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB83 is #55447C. Grayscale: #AFAFAF. Windows color (decimal): -5588093 or 8633258. OLE color: 8633258.

HSL color Cylindrical-coordinate representation of color #AABB83: hue angle of 78.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABB83 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 131 -
CMYK 0.09 0 0.30 0.27
HSL 78.21º 0.29% 0.62% -
HSV(B) 78.21º 0.3% 0.73% -
XYZ 38.44 45.73 28.27 -
YUV 175.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 170 187 131 0.09 0 0.30 0.27 78.21 0.29 0.62
Hex AA BB 83 9 0 1E 1B 4E 1D 3E
Octal 252 273 203 11 0 36 33 116 35 76
Binary 10101010 10111011 10000011 1001 0 11110 11011 1001110 11101 111110

Color Harmonies of #AABB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB83

Black with #AABB83

Text Example


Text Example

White with #AABB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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