Html Css Color HEX #A5BB7B Caper

📋 copy color: '#A5BB7B'

red 165 ◦ green 187 ◦ blue 123

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

Shades of Caper #A5BB7B

Tints of Caper #A5BB7B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

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

R = 34.74%
G = 39.37%
B = 25.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A5BB7B (or 0xA5BB7B) is known color: Caper. HEX triplet: A5, BB and 7B. RGB value is (165,187,123). Sum of RGB (Red+Green+Blue) = 165+187+123=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB7B is #5A4484. Grayscale: #ADADAD. Windows color (decimal): -5915781 or 8108965. OLE color: 8108965.

HSL color Cylindrical-coordinate representation of color #A5BB7B: hue angle of 80.62º degrees, saturation: 0.32, 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 #A5BB7B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 123 -
CMYK 0.12 0 0.34 0.27
HSL 80.63º 0.32% 0.61% -
HSV(B) 80.63º 0.34% 0.73% -
XYZ 36.86 44.97 25.48 -
YUV 173.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 165 187 123 0.12 0 0.34 0.27 80.63 0.32 0.61
Hex A5 BB 7B C 0 22 1B 51 20 3D
Octal 245 273 173 14 0 42 33 121 40 75
Binary 10100101 10111011 1111011 1100 0 100010 11011 1010001 100000 111101

Color Harmonies of #A5BB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB7B

Black with #A5BB7B

Text Example


Text Example

White with #A5BB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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