Html Css Color HEX #A5BF7D Caper

📋 copy color: '#A5BF7D'

red 165 ◦ green 191 ◦ blue 125

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

Shades of Caper #A5BF7D

Tints of Caper #A5BF7D

RGB

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

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

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

R = 34.3%
G = 39.71%
B = 25.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A5BF7D (or 0xA5BF7D) is known color: Caper. HEX triplet: A5, BF and 7D. RGB value is (165,191,125). Sum of RGB (Red+Green+Blue) = 165+191+125=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF7D is #5A4082. Grayscale: #AFAFAF. Windows color (decimal): -5914755 or 8241061. OLE color: 8241061.

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

Color convert

RGB 165 191 125 -
CMYK 0.14 0 0.35 0.25
HSL 83.64º 0.34% 0.62% -
HSV(B) 83.64º 0.35% 0.75% -
XYZ 37.85 46.74 26.43 -
YUV 175.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 165 191 125 0.14 0 0.35 0.25 83.64 0.34 0.62
Hex A5 BF 7D E 0 23 19 54 22 3E
Octal 245 277 175 16 0 43 31 124 42 76
Binary 10100101 10111111 1111101 1110 0 100011 11001 1010100 100010 111110

Color Harmonies of #A5BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF7D

Black with #A5BF7D

Text Example


Text Example

White with #A5BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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