Html Css Color HEX #A8BC83 Caper

📋 copy color: '#A8BC83'

red 168 ◦ green 188 ◦ blue 131

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

Shades of Caper #A8BC83

Tints of Caper #A8BC83

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 131 (51.56% from 255) = 26.9%

R = 34.5%
G = 38.6%
B = 26.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#A8BC83 (or 0xA8BC83) is known color: Caper. HEX triplet: A8, BC and 83. RGB value is (168,188,131). Sum of RGB (Red+Green+Blue) = 168+188+131=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC83 is #57437C. Grayscale: #AFAFAF. Windows color (decimal): -5718909 or 8633512. OLE color: 8633512.

HSL color Cylindrical-coordinate representation of color #A8BC83: hue angle of 81.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BC83 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 131 -
CMYK 0.11 0 0.30 0.26
HSL 81.05º 0.3% 0.63% -
HSV(B) 81.05º 0.3% 0.74% -
XYZ 38.23 45.93 28.32 -
YUV 175.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 168 188 131 0.11 0 0.30 0.26 81.05 0.3 0.63
Hex A8 BC 83 B 0 1E 1A 51 1E 3F
Octal 250 274 203 13 0 36 32 121 36 77
Binary 10101000 10111100 10000011 1011 0 11110 11010 1010001 11110 111111

Color Harmonies of #A8BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC83

Black with #A8BC83

Text Example


Text Example

White with #A8BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC83; }

 p { color: rgb(168,188,131); }

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

background-color css

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

 a { background-color: rgb(168,188,131); }

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

border-color css

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

 span { border-color: rgb(168,188,131); }

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