Html Css Color HEX #ABB882 Caper

📋 copy color: '#ABB882'

red 171 ◦ green 184 ◦ blue 130

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

Shades of Caper #ABB882

Tints of Caper #ABB882

RGB

 RED value IS 171 (67.19% from 255) = 35.26%

 GREEN value IS 184 (72.27% from 255) = 37.94%

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 35.26%
G = 37.94%
B = 26.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#ABB882 (or 0xABB882) is known color: Caper. HEX triplet: AB, B8 and 82. RGB value is (171,184,130). Sum of RGB (Red+Green+Blue) = 171+184+130=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB882 is #54477D. Grayscale: #AEAEAE. Windows color (decimal): -5523326 or 8566955. OLE color: 8566955.

HSL color Cylindrical-coordinate representation of color #ABB882: hue angle of 74.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABB882 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 130 -
CMYK 0.07 0 0.29 0.28
HSL 74.44º 0.28% 0.62% -
HSV(B) 74.44º 0.29% 0.72% -
XYZ 37.96 44.55 27.72 -
YUV 173.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 171 184 130 0.07 0 0.29 0.28 74.44 0.28 0.62
Hex AB B8 82 7 0 1D 1C 4A 1C 3E
Octal 253 270 202 7 0 35 34 112 34 76
Binary 10101011 10111000 10000010 111 0 11101 11100 1001010 11100 111110

Color Harmonies of #ABB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB882

Black with #ABB882

Text Example


Text Example

White with #ABB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB882; }

 p { color: rgb(171,184,130); }

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

background-color css

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

 a { background-color: rgb(171,184,130); }

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

border-color css

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

 span { border-color: rgb(171,184,130); }

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