Html Css Color HEX #A7BE85 Caper

📋 copy color: '#A7BE85'

red 167 ◦ green 190 ◦ blue 133

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

Shades of Caper #A7BE85

Tints of Caper #A7BE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 34.08%
G = 38.78%
B = 27.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#A7BE85 (or 0xA7BE85) is known color: Caper. HEX triplet: A7, BE and 85. RGB value is (167,190,133). Sum of RGB (Red+Green+Blue) = 167+190+133=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE85 is #58417A. Grayscale: #B0B0B0. Windows color (decimal): -5783931 or 8765095. OLE color: 8765095.

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

Color convert

RGB 167 190 133 -
CMYK 0.12 0 0.3 0.25
HSL 84.21º 0.3% 0.63% -
HSV(B) 84.21º 0.3% 0.75% -
XYZ 38.58 46.74 29.18 -
YUV 176.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 167 190 133 0.12 0 0.3 0.25 84.21 0.3 0.63
Hex A7 BE 85 C 0 1E 19 54 1E 3F
Octal 247 276 205 14 0 36 31 124 36 77
Binary 10100111 10111110 10000101 1100 0 11110 11001 1010100 11110 111111

Color Harmonies of #A7BE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BE85

Black with #A7BE85

Text Example


Text Example

White with #A7BE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BE85; }

 p { color: rgb(167,190,133); }

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

background-color css

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

 a { background-color: rgb(167,190,133); }

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

border-color css

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

 span { border-color: rgb(167,190,133); }

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