Html Css Color HEX #A7BC7D Caper

📋 copy color: '#A7BC7D'

red 167 ◦ green 188 ◦ blue 125

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

Shades of Caper #A7BC7D

Tints of Caper #A7BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 34.79%
G = 39.17%
B = 26.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A7BC7D (or 0xA7BC7D) is known color: Caper. HEX triplet: A7, BC and 7D. RGB value is (167,188,125). Sum of RGB (Red+Green+Blue) = 167+188+125=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC7D is #584382. Grayscale: #AEAEAE. Windows color (decimal): -5784451 or 8240295. OLE color: 8240295.

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

Color convert

RGB 167 188 125 -
CMYK 0.11 0 0.34 0.26
HSL 80º 0.32% 0.61% -
HSV(B) 80º 0.34% 0.74% -
XYZ 37.62 45.66 26.23 -
YUV 174.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 167 188 125 0.11 0 0.34 0.26 80 0.32 0.61
Hex A7 BC 7D B 0 22 1A 50 20 3D
Octal 247 274 175 13 0 42 32 120 40 75
Binary 10100111 10111100 1111101 1011 0 100010 11010 1010000 100000 111101

Color Harmonies of #A7BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC7D

Black with #A7BC7D

Text Example


Text Example

White with #A7BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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