Html Css Color HEX #ABC975 Caper

📋 copy color: '#ABC975'

red 171 ◦ green 201 ◦ blue 117

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

Shades of Caper #ABC975

Tints of Caper #ABC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 34.97%
G = 41.1%
B = 23.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#ABC975 (or 0xABC975) is known color: Caper. HEX triplet: AB, C9 and 75. RGB value is (171,201,117). Sum of RGB (Red+Green+Blue) = 171+201+117=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC975 is #54368A. Grayscale: #B6B6B6. Windows color (decimal): -5518987 or 7719339. OLE color: 7719339.

HSL color Cylindrical-coordinate representation of color #ABC975: hue angle of 81.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABC975 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 117 -
CMYK 0.15 0 0.42 0.21
HSL 81.43º 0.44% 0.62% -
HSV(B) 81.43º 0.42% 0.79% -
XYZ 40.89 51.72 24.66 -
YUV 182.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 171 201 117 0.15 0 0.42 0.21 81.43 0.44 0.62
Hex AB C9 75 F 0 2A 15 51 2C 3E
Octal 253 311 165 17 0 52 25 121 54 76
Binary 10101011 11001001 1110101 1111 0 101010 10101 1010001 101100 111110

Color Harmonies of #ABC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC975

Black with #ABC975

Text Example


Text Example

White with #ABC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC975; }

 p { color: rgb(171,201,117); }

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

background-color css

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

 a { background-color: rgb(171,201,117); }

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

border-color css

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

 span { border-color: rgb(171,201,117); }

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