Html Css Color HEX #A5BA7B Caper

📋 copy color: '#A5BA7B'

red 165 ◦ green 186 ◦ blue 123

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

Shades of Caper #A5BA7B

Tints of Caper #A5BA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 34.81%
G = 39.24%
B = 25.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A5BA7B (or 0xA5BA7B) is known color: Caper. HEX triplet: A5, BA and 7B. RGB value is (165,186,123). Sum of RGB (Red+Green+Blue) = 165+186+123=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA7B is #5A4584. Grayscale: #ACACAC. Windows color (decimal): -5916037 or 8108709. OLE color: 8108709.

HSL color Cylindrical-coordinate representation of color #A5BA7B: hue angle of 80º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BA7B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 123 -
CMYK 0.11 0 0.34 0.27
HSL 80º 0.31% 0.61% -
HSV(B) 80º 0.34% 0.73% -
XYZ 36.65 44.55 25.41 -
YUV 172.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 165 186 123 0.11 0 0.34 0.27 80 0.31 0.61
Hex A5 BA 7B B 0 22 1B 50 1F 3D
Octal 245 272 173 13 0 42 33 120 37 75
Binary 10100101 10111010 1111011 1011 0 100010 11011 1010000 11111 111101

Color Harmonies of #A5BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA7B

Black with #A5BA7B

Text Example


Text Example

White with #A5BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA7B; }

 p { color: rgb(165,186,123); }

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

background-color css

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

 a { background-color: rgb(165,186,123); }

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

border-color css

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

 span { border-color: rgb(165,186,123); }

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