Html Css Color HEX #A5BF7C Caper

📋 copy color: '#A5BF7C'

red 165 ◦ green 191 ◦ blue 124

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

Shades of Caper #A5BF7C

Tints of Caper #A5BF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 34.38%
G = 39.79%
B = 25.83%

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

#A5BF7C (or 0xA5BF7C) is known color: Caper. HEX triplet: A5, BF and 7C. RGB value is (165,191,124). Sum of RGB (Red+Green+Blue) = 165+191+124=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF7C is #5A4083. Grayscale: #AFAFAF. Windows color (decimal): -5914756 or 8175525. OLE color: 8175525.

HSL color Cylindrical-coordinate representation of color #A5BF7C: hue angle of 83.28º 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 #A5BF7C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 124 -
CMYK 0.14 0 0.35 0.25
HSL 83.28º 0.34% 0.62% -
HSV(B) 83.28º 0.35% 0.75% -
XYZ 37.79 46.72 26.09 -
YUV 175.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 165 191 124 0.14 0 0.35 0.25 83.28 0.34 0.62
Hex A5 BF 7C E 0 23 19 53 22 3E
Octal 245 277 174 16 0 43 31 123 42 76
Binary 10100101 10111111 1111100 1110 0 100011 11001 1010011 100010 111110

Color Harmonies of #A5BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF7C

Black with #A5BF7C

Text Example


Text Example

White with #A5BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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