Html Css Color HEX #AACB75 Caper

📋 copy color: '#AACB75'

red 170 ◦ green 203 ◦ blue 117

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

Shades of Caper #AACB75

Tints of Caper #AACB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.43%

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

R = 34.69%
G = 41.43%
B = 23.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#AACB75 (or 0xAACB75) is known color: Caper. HEX triplet: AA, CB and 75. RGB value is (170,203,117). Sum of RGB (Red+Green+Blue) = 170+203+117=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB75 is #55348A. Grayscale: #B7B7B7. Windows color (decimal): -5584011 or 7719850. OLE color: 7719850.

HSL color Cylindrical-coordinate representation of color #AACB75: hue angle of 83.02º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AACB75 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 117 -
CMYK 0.16 0 0.42 0.20
HSL 83.02º 0.45% 0.63% -
HSV(B) 83.02º 0.42% 0.8% -
XYZ 41.14 52.54 24.8 -
YUV 183.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 170 203 117 0.16 0 0.42 0.20 83.02 0.45 0.63
Hex AA CB 75 10 0 2A 14 53 2D 3F
Octal 252 313 165 20 0 52 24 123 55 77
Binary 10101010 11001011 1110101 10000 0 101010 10100 1010011 101101 111111

Color Harmonies of #AACB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB75

Black with #AACB75

Text Example


Text Example

White with #AACB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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