Html Css Color HEX #AACB6D Caper

📋 copy color: '#AACB6D'

red 170 ◦ green 203 ◦ blue 109

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

Shades of Caper #AACB6D

Tints of Caper #AACB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 35.27%
G = 42.12%
B = 22.61%

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

#AACB6D (or 0xAACB6D) is known color: Caper. HEX triplet: AA, CB and 6D. RGB value is (170,203,109). Sum of RGB (Red+Green+Blue) = 170+203+109=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB6D is #553492. Grayscale: #B6B6B6. Windows color (decimal): -5584019 or 7195562. OLE color: 7195562.

HSL color Cylindrical-coordinate representation of color #AACB6D: hue angle of 81.06º 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 #AACB6D is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 109 -
CMYK 0.16 0 0.46 0.20
HSL 81.06º 0.47% 0.61% -
HSV(B) 81.06º 0.46% 0.8% -
XYZ 40.69 52.36 22.43 -
YUV 182.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 170 203 109 0.16 0 0.46 0.20 81.06 0.47 0.61
Hex AA CB 6D 10 0 2E 14 51 2F 3D
Octal 252 313 155 20 0 56 24 121 57 75
Binary 10101010 11001011 1101101 10000 0 101110 10100 1010001 101111 111101

Color Harmonies of #AACB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB6D

Black with #AACB6D

Text Example


Text Example

White with #AACB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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