Html Css Color HEX #A5BD7F Caper

📋 copy color: '#A5BD7F'

red 165 ◦ green 189 ◦ blue 127

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

Shades of Caper #A5BD7F

Tints of Caper #A5BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 34.3%
G = 39.29%
B = 26.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#A5BD7F (or 0xA5BD7F) is known color: Caper. HEX triplet: A5, BD and 7F. RGB value is (165,189,127). Sum of RGB (Red+Green+Blue) = 165+189+127=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD7F is #5A4280. Grayscale: #AEAEAE. Windows color (decimal): -5915265 or 8371621. OLE color: 8371621.

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

Color convert

RGB 165 189 127 -
CMYK 0.13 0 0.33 0.26
HSL 83.23º 0.32% 0.62% -
HSV(B) 83.23º 0.33% 0.74% -
XYZ 37.55 45.93 26.96 -
YUV 174.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 165 189 127 0.13 0 0.33 0.26 83.23 0.32 0.62
Hex A5 BD 7F D 0 21 1A 53 20 3E
Octal 245 275 177 15 0 41 32 123 40 76
Binary 10100101 10111101 1111111 1101 0 100001 11010 1010011 100000 111110

Color Harmonies of #A5BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD7F

Black with #A5BD7F

Text Example


Text Example

White with #A5BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD7F; }

 p { color: rgb(165,189,127); }

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

background-color css

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

 a { background-color: rgb(165,189,127); }

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

border-color css

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

 span { border-color: rgb(165,189,127); }

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