Html Css Color HEX #A5BD79 Caper

📋 copy color: '#A5BD79'

red 165 ◦ green 189 ◦ blue 121

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

Shades of Caper #A5BD79

Tints of Caper #A5BD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 34.74%
G = 39.79%
B = 25.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#A5BD79 (or 0xA5BD79) is known color: Caper. HEX triplet: A5, BD and 79. RGB value is (165,189,121). Sum of RGB (Red+Green+Blue) = 165+189+121=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD79 is #5A4286. Grayscale: #AEAEAE. Windows color (decimal): -5915271 or 7978405. OLE color: 7978405.

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

Color convert

RGB 165 189 121 -
CMYK 0.13 0 0.36 0.26
HSL 81.18º 0.34% 0.61% -
HSV(B) 81.18º 0.36% 0.74% -
XYZ 37.17 45.78 24.97 -
YUV 174.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 165 189 121 0.13 0 0.36 0.26 81.18 0.34 0.61
Hex A5 BD 79 D 0 24 1A 51 22 3D
Octal 245 275 171 15 0 44 32 121 42 75
Binary 10100101 10111101 1111001 1101 0 100100 11010 1010001 100010 111101

Color Harmonies of #A5BD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD79

Black with #A5BD79

Text Example


Text Example

White with #A5BD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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