Html Css Color HEX #A8BF82 Caper

📋 copy color: '#A8BF82'

red 168 ◦ green 191 ◦ blue 130

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

Shades of Caper #A8BF82

Tints of Caper #A8BF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 34.36%
G = 39.06%
B = 26.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#A8BF82 (or 0xA8BF82) is known color: Caper. HEX triplet: A8, BF and 82. RGB value is (168,191,130). Sum of RGB (Red+Green+Blue) = 168+191+130=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF82 is #57407D. Grayscale: #B1B1B1. Windows color (decimal): -5718142 or 8568744. OLE color: 8568744.

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

Color convert

RGB 168 191 130 -
CMYK 0.12 0 0.32 0.25
HSL 82.62º 0.32% 0.63% -
HSV(B) 82.62º 0.32% 0.75% -
XYZ 38.81 47.2 28.18 -
YUV 177.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 168 191 130 0.12 0 0.32 0.25 82.62 0.32 0.63
Hex A8 BF 82 C 0 20 19 53 20 3F
Octal 250 277 202 14 0 40 31 123 40 77
Binary 10101000 10111111 10000010 1100 0 100000 11001 1010011 100000 111111

Color Harmonies of #A8BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF82

Black with #A8BF82

Text Example


Text Example

White with #A8BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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