Html Css Color HEX #AACB70 Caper

📋 copy color: '#AACB70'

red 170 ◦ green 203 ◦ blue 112

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

Shades of Caper #AACB70

Tints of Caper #AACB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 35.05%
G = 41.86%
B = 23.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#AACB70 (or 0xAACB70) is known color: Caper. HEX triplet: AA, CB and 70. RGB value is (170,203,112). Sum of RGB (Red+Green+Blue) = 170+203+112=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB70 is #55348F. Grayscale: #B7B7B7. Windows color (decimal): -5584016 or 7392170. OLE color: 7392170.

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

Color convert

RGB 170 203 112 -
CMYK 0.16 0 0.45 0.20
HSL 81.76º 0.47% 0.62% -
HSV(B) 81.76º 0.45% 0.8% -
XYZ 40.86 52.43 23.3 -
YUV 182.76 88.07 118.9 -
System Red Green Blue C M Y K H S L
Decimal 170 203 112 0.16 0 0.45 0.20 81.76 0.47 0.62
Hex AA CB 70 10 0 2D 14 52 2F 3E
Octal 252 313 160 20 0 55 24 122 57 76
Binary 10101010 11001011 1110000 10000 0 101101 10100 1010010 101111 111110

Color Harmonies of #AACB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB70

Black with #AACB70

Text Example


Text Example

White with #AACB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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