Html Css Color HEX #A7BC83 Caper

📋 copy color: '#A7BC83'

red 167 ◦ green 188 ◦ blue 131

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

Shades of Caper #A7BC83

Tints of Caper #A7BC83

RGB

 RED value IS 167 (65.63% from 255) = 34.36%

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

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

R = 34.36%
G = 38.68%
B = 26.95%

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

#A7BC83 (or 0xA7BC83) is known color: Caper. HEX triplet: A7, BC and 83. RGB value is (167,188,131). Sum of RGB (Red+Green+Blue) = 167+188+131=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC83 is #58437C. Grayscale: #AFAFAF. Windows color (decimal): -5784445 or 8633511. OLE color: 8633511.

HSL color Cylindrical-coordinate representation of color #A7BC83: hue angle of 82.11º 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 #A7BC83 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 131 -
CMYK 0.11 0 0.30 0.26
HSL 82.11º 0.3% 0.63% -
HSV(B) 82.11º 0.3% 0.74% -
XYZ 38.02 45.82 28.31 -
YUV 175.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 167 188 131 0.11 0 0.30 0.26 82.11 0.3 0.63
Hex A7 BC 83 B 0 1E 1A 52 1E 3F
Octal 247 274 203 13 0 36 32 122 36 77
Binary 10100111 10111100 10000011 1011 0 11110 11010 1010010 11110 111111

Color Harmonies of #A7BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC83

Black with #A7BC83

Text Example


Text Example

White with #A7BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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