Html Css Color HEX #ABC381 Caper

📋 copy color: '#ABC381'

red 171 ◦ green 195 ◦ blue 129

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

Shades of Caper #ABC381

Tints of Caper #ABC381

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

 BLUE value IS 129 (50.78% from 255) = 26.06%

R = 34.55%
G = 39.39%
B = 26.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#ABC381 (or 0xABC381) is known color: Caper. HEX triplet: AB, C3 and 81. RGB value is (171,195,129). Sum of RGB (Red+Green+Blue) = 171+195+129=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC381 is #543C7E. Grayscale: #B4B4B4. Windows color (decimal): -5520511 or 8504235. OLE color: 8504235.

HSL color Cylindrical-coordinate representation of color #ABC381: hue angle of 81.82º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABC381 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 129 -
CMYK 0.12 0 0.34 0.24
HSL 81.82º 0.35% 0.64% -
HSV(B) 81.82º 0.34% 0.76% -
XYZ 40.27 49.27 28.16 -
YUV 180.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 171 195 129 0.12 0 0.34 0.24 81.82 0.35 0.64
Hex AB C3 81 C 0 22 18 52 23 40
Octal 253 303 201 14 0 42 30 122 43 100
Binary 10101011 11000011 10000001 1100 0 100010 11000 1010010 100011 1000000

Color Harmonies of #ABC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC381

Black with #ABC381

Text Example


Text Example

White with #ABC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC381; }

 p { color: rgb(171,195,129); }

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

background-color css

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

 a { background-color: rgb(171,195,129); }

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

border-color css

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

 span { border-color: rgb(171,195,129); }

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