Html Css Color HEX #A8BE80 Caper

📋 copy color: '#A8BE80'

red 168 ◦ green 190 ◦ blue 128

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

Shades of Caper #A8BE80

Tints of Caper #A8BE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

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

R = 34.57%
G = 39.09%
B = 26.34%

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

#A8BE80 (or 0xA8BE80) is known color: Caper. HEX triplet: A8, BE and 80. RGB value is (168,190,128). Sum of RGB (Red+Green+Blue) = 168+190+128=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE80 is #57417F. Grayscale: #B0B0B0. Windows color (decimal): -5718400 or 8437416. OLE color: 8437416.

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

Color convert

RGB 168 190 128 -
CMYK 0.12 0 0.33 0.25
HSL 81.29º 0.32% 0.62% -
HSV(B) 81.29º 0.33% 0.75% -
XYZ 38.46 46.71 27.41 -
YUV 176.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 168 190 128 0.12 0 0.33 0.25 81.29 0.32 0.62
Hex A8 BE 80 C 0 21 19 51 20 3E
Octal 250 276 200 14 0 41 31 121 40 76
Binary 10101000 10111110 10000000 1100 0 100001 11001 1010001 100000 111110

Color Harmonies of #A8BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE80

Black with #A8BE80

Text Example


Text Example

White with #A8BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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