Html Css Color HEX #AABB75 Caper

📋 copy color: '#AABB75'

red 170 ◦ green 187 ◦ blue 117

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

Shades of Caper #AABB75

Tints of Caper #AABB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 35.86%
G = 39.45%
B = 24.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#AABB75 (or 0xAABB75) is known color: Caper. HEX triplet: AA, BB and 75. RGB value is (170,187,117). Sum of RGB (Red+Green+Blue) = 170+187+117=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB75 is #55448A. Grayscale: #AEAEAE. Windows color (decimal): -5588107 or 7715754. OLE color: 7715754.

HSL color Cylindrical-coordinate representation of color #AABB75: hue angle of 74.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AABB75 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 117 -
CMYK 0.09 0 0.37 0.27
HSL 74.57º 0.34% 0.6% -
HSV(B) 74.57º 0.37% 0.73% -
XYZ 37.56 45.37 23.61 -
YUV 173.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 170 187 117 0.09 0 0.37 0.27 74.57 0.34 0.6
Hex AA BB 75 9 0 25 1B 4B 22 3C
Octal 252 273 165 11 0 45 33 113 42 74
Binary 10101010 10111011 1110101 1001 0 100101 11011 1001011 100010 111100

Color Harmonies of #AABB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB75

Black with #AABB75

Text Example


Text Example

White with #AABB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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