Html Css Color HEX #A5BF7E Caper

📋 copy color: '#A5BF7E'

red 165 ◦ green 191 ◦ blue 126

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

Shades of Caper #A5BF7E

Tints of Caper #A5BF7E

RGB

 RED value IS 165 (64.84% from 255) = 34.23%

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

 BLUE value IS 126 (49.61% from 255) = 26.14%

R = 34.23%
G = 39.63%
B = 26.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#A5BF7E (or 0xA5BF7E) is known color: Caper. HEX triplet: A5, BF and 7E. RGB value is (165,191,126). Sum of RGB (Red+Green+Blue) = 165+191+126=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF7E is #5A4081. Grayscale: #B0B0B0. Windows color (decimal): -5914754 or 8306597. OLE color: 8306597.

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

Color convert

RGB 165 191 126 -
CMYK 0.14 0 0.34 0.25
HSL 84º 0.34% 0.62% -
HSV(B) 84º 0.34% 0.75% -
XYZ 37.91 46.77 26.77 -
YUV 175.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 165 191 126 0.14 0 0.34 0.25 84 0.34 0.62
Hex A5 BF 7E E 0 22 19 54 22 3E
Octal 245 277 176 16 0 42 31 124 42 76
Binary 10100101 10111111 1111110 1110 0 100010 11001 1010100 100010 111110

Color Harmonies of #A5BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF7E

Black with #A5BF7E

Text Example


Text Example

White with #A5BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF7E; }

 p { color: rgb(165,191,126); }

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

background-color css

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

 a { background-color: rgb(165,191,126); }

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

border-color css

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

 span { border-color: rgb(165,191,126); }

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