Html Css Color HEX #AACB72 Caper

📋 copy color: '#AACB72'

red 170 ◦ green 203 ◦ blue 114

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

Shades of Caper #AACB72

Tints of Caper #AACB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 34.91%
G = 41.68%
B = 23.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#AACB72 (or 0xAACB72) is known color: Caper. HEX triplet: AA, CB and 72. RGB value is (170,203,114). Sum of RGB (Red+Green+Blue) = 170+203+114=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB72 is #55348D. Grayscale: #B7B7B7. Windows color (decimal): -5584014 or 7523242. OLE color: 7523242.

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

Color convert

RGB 170 203 114 -
CMYK 0.16 0 0.44 0.20
HSL 82.25º 0.46% 0.62% -
HSV(B) 82.25º 0.44% 0.8% -
XYZ 40.97 52.47 23.89 -
YUV 182.99 89.07 118.74 -
System Red Green Blue C M Y K H S L
Decimal 170 203 114 0.16 0 0.44 0.20 82.25 0.46 0.62
Hex AA CB 72 10 0 2C 14 52 2E 3E
Octal 252 313 162 20 0 54 24 122 56 76
Binary 10101010 11001011 1110010 10000 0 101100 10100 1010010 101110 111110

Color Harmonies of #AACB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB72

Black with #AACB72

Text Example


Text Example

White with #AACB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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