Html Css Color HEX #ABB482 Caper

📋 copy color: '#ABB482'

red 171 ◦ green 180 ◦ blue 130

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

Shades of Caper #ABB482

Tints of Caper #ABB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 35.55%
G = 37.42%
B = 27.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#ABB482 (or 0xABB482) is known color: Caper. HEX triplet: AB, B4 and 82. RGB value is (171,180,130). Sum of RGB (Red+Green+Blue) = 171+180+130=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB482 is #544B7D. Grayscale: #ABABAB. Windows color (decimal): -5524350 or 8565931. OLE color: 8565931.

HSL color Cylindrical-coordinate representation of color #ABB482: hue angle of 70.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB482 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 130 -
CMYK 0.05 0 0.28 0.29
HSL 70.8º 0.25% 0.61% -
HSV(B) 70.8º 0.28% 0.71% -
XYZ 37.15 42.91 27.44 -
YUV 171.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 171 180 130 0.05 0 0.28 0.29 70.8 0.25 0.61
Hex AB B4 82 5 0 1C 1D 47 19 3D
Octal 253 264 202 5 0 34 35 107 31 75
Binary 10101011 10110100 10000010 101 0 11100 11101 1000111 11001 111101

Color Harmonies of #ABB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB482

Black with #ABB482

Text Example


Text Example

White with #ABB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB482; }

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

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

background-color css

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

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

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

border-color css

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

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

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