Html Css Color HEX #A8BF80 Caper

📋 copy color: '#A8BF80'

red 168 ◦ green 191 ◦ blue 128

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

Shades of Caper #A8BF80

Tints of Caper #A8BF80

RGB

 RED value IS 168 (66.02% from 255) = 34.5%

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

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 34.5%
G = 39.22%
B = 26.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A8BF80 (or 0xA8BF80) is known color: Caper. HEX triplet: A8, BF and 80. RGB value is (168,191,128). Sum of RGB (Red+Green+Blue) = 168+191+128=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF80 is #57407F. Grayscale: #B1B1B1. Windows color (decimal): -5718144 or 8437672. OLE color: 8437672.

HSL color Cylindrical-coordinate representation of color #A8BF80: hue angle of 81.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BF80 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 128 -
CMYK 0.12 0 0.33 0.25
HSL 81.9º 0.33% 0.63% -
HSV(B) 81.9º 0.33% 0.75% -
XYZ 38.68 47.14 27.48 -
YUV 176.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 168 191 128 0.12 0 0.33 0.25 81.9 0.33 0.63
Hex A8 BF 80 C 0 21 19 52 21 3F
Octal 250 277 200 14 0 41 31 122 41 77
Binary 10101000 10111111 10000000 1100 0 100001 11001 1010010 100001 111111

Color Harmonies of #A8BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF80

Black with #A8BF80

Text Example


Text Example

White with #A8BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF80; }

 p { color: rgb(168,191,128); }

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

background-color css

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

 a { background-color: rgb(168,191,128); }

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

border-color css

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

 span { border-color: rgb(168,191,128); }

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