Html Css Color HEX #ABBA70 Caper

📋 copy color: '#ABBA70'

red 171 ◦ green 186 ◦ blue 112

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

Shades of Caper #ABBA70

Tints of Caper #ABBA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 36.46%
G = 39.66%
B = 23.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#ABBA70 (or 0xABBA70) is known color: Caper. HEX triplet: AB, BA and 70. RGB value is (171,186,112). Sum of RGB (Red+Green+Blue) = 171+186+112=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA70 is #54458F. Grayscale: #ADADAD. Windows color (decimal): -5522832 or 7387819. OLE color: 7387819.

HSL color Cylindrical-coordinate representation of color #ABBA70: hue angle of 72.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABBA70 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 112 -
CMYK 0.08 0 0.40 0.27
HSL 72.16º 0.35% 0.58% -
HSV(B) 72.16º 0.4% 0.73% -
XYZ 37.28 44.95 22.04 -
YUV 173.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 171 186 112 0.08 0 0.40 0.27 72.16 0.35 0.58
Hex AB BA 70 8 0 28 1B 48 23 3A
Octal 253 272 160 10 0 50 33 110 43 72
Binary 10101011 10111010 1110000 1000 0 101000 11011 1001000 100011 111010

Color Harmonies of #ABBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA70

Black with #ABBA70

Text Example


Text Example

White with #ABBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA70; }

 p { color: rgb(171,186,112); }

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

background-color css

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

 a { background-color: rgb(171,186,112); }

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

border-color css

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

 span { border-color: rgb(171,186,112); }

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