Html Css Color HEX #ABBF8A Caper

📋 copy color: '#ABBF8A'

red 171 ◦ green 191 ◦ blue 138

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

Shades of Caper #ABBF8A

Tints of Caper #ABBF8A

RGB

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

 GREEN value IS 191 (75% from 255) = 38.2%

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 34.2%
G = 38.2%
B = 27.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#ABBF8A (or 0xABBF8A) is known color: Caper. HEX triplet: AB, BF and 8A. RGB value is (171,191,138). Sum of RGB (Red+Green+Blue) = 171+191+138=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF8A is #544075. Grayscale: #B3B3B3. Windows color (decimal): -5521526 or 9093035. OLE color: 9093035.

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

Color convert

RGB 171 191 138 -
CMYK 0.10 0 0.28 0.25
HSL 82.64º 0.29% 0.65% -
HSV(B) 82.64º 0.28% 0.75% -
XYZ 40.01 47.75 31.15 -
YUV 178.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 171 191 138 0.10 0 0.28 0.25 82.64 0.29 0.65
Hex AB BF 8A A 0 1C 19 53 1D 41
Octal 253 277 212 12 0 34 31 123 35 101
Binary 10101011 10111111 10001010 1010 0 11100 11001 1010011 11101 1000001

Color Harmonies of #ABBF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF8A

Black with #ABBF8A

Text Example


Text Example

White with #ABBF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF8A; }

 p { color: rgb(171,191,138); }

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

background-color css

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

 a { background-color: rgb(171,191,138); }

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

border-color css

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

 span { border-color: rgb(171,191,138); }

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