Html Css Color HEX #AACB6E Caper

📋 copy color: '#AACB6E'

red 170 ◦ green 203 ◦ blue 110

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

Shades of Caper #AACB6E

Tints of Caper #AACB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 35.2%
G = 42.03%
B = 22.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#AACB6E (or 0xAACB6E) is known color: Caper. HEX triplet: AA, CB and 6E. RGB value is (170,203,110). Sum of RGB (Red+Green+Blue) = 170+203+110=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB6E is #553491. Grayscale: #B6B6B6. Windows color (decimal): -5584018 or 7261098. OLE color: 7261098.

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

Color convert

RGB 170 203 110 -
CMYK 0.16 0 0.46 0.20
HSL 81.29º 0.47% 0.61% -
HSV(B) 81.29º 0.46% 0.8% -
XYZ 40.75 52.38 22.72 -
YUV 182.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 170 203 110 0.16 0 0.46 0.20 81.29 0.47 0.61
Hex AA CB 6E 10 0 2E 14 51 2F 3D
Octal 252 313 156 20 0 56 24 121 57 75
Binary 10101010 11001011 1101110 10000 0 101110 10100 1010001 101111 111101

Color Harmonies of #AACB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB6E

Black with #AACB6E

Text Example


Text Example

White with #AACB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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