Html Css Color HEX #ABC484 Caper

📋 copy color: '#ABC484'

red 171 ◦ green 196 ◦ blue 132

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

Shades of Caper #ABC484

Tints of Caper #ABC484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 34.27%
G = 39.28%
B = 26.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#ABC484 (or 0xABC484) is known color: Caper. HEX triplet: AB, C4 and 84. RGB value is (171,196,132). Sum of RGB (Red+Green+Blue) = 171+196+132=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC484 is #543B7B. Grayscale: #B5B5B5. Windows color (decimal): -5520252 or 8701099. OLE color: 8701099.

HSL color Cylindrical-coordinate representation of color #ABC484: hue angle of 83.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC484 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 132 -
CMYK 0.13 0 0.33 0.23
HSL 83.44º 0.35% 0.64% -
HSV(B) 83.44º 0.33% 0.77% -
XYZ 40.7 49.8 29.3 -
YUV 181.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 171 196 132 0.13 0 0.33 0.23 83.44 0.35 0.64
Hex AB C4 84 D 0 21 17 53 23 40
Octal 253 304 204 15 0 41 27 123 43 100
Binary 10101011 11000100 10000100 1101 0 100001 10111 1010011 100011 1000000

Color Harmonies of #ABC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC484

Black with #ABC484

Text Example


Text Example

White with #ABC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC484; }

 p { color: rgb(171,196,132); }

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

background-color css

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

 a { background-color: rgb(171,196,132); }

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

border-color css

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

 span { border-color: rgb(171,196,132); }

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