Html Css Color HEX #A5BC81 Caper

📋 copy color: '#A5BC81'

red 165 ◦ green 188 ◦ blue 129

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

Shades of Caper #A5BC81

Tints of Caper #A5BC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 34.23%
G = 39%
B = 26.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#A5BC81 (or 0xA5BC81) is known color: Caper. HEX triplet: A5, BC and 81. RGB value is (165,188,129). Sum of RGB (Red+Green+Blue) = 165+188+129=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC81 is #5A437E. Grayscale: #AEAEAE. Windows color (decimal): -5915519 or 8502437. OLE color: 8502437.

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

Color convert

RGB 165 188 129 -
CMYK 0.12 0 0.31 0.26
HSL 83.39º 0.31% 0.62% -
HSV(B) 83.39º 0.31% 0.74% -
XYZ 37.46 45.55 27.59 -
YUV 174.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 165 188 129 0.12 0 0.31 0.26 83.39 0.31 0.62
Hex A5 BC 81 C 0 1F 1A 53 1F 3E
Octal 245 274 201 14 0 37 32 123 37 76
Binary 10100101 10111100 10000001 1100 0 11111 11010 1010011 11111 111110

Color Harmonies of #A5BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC81

Black with #A5BC81

Text Example


Text Example

White with #A5BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC81; }

 p { color: rgb(165,188,129); }

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

background-color css

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

 a { background-color: rgb(165,188,129); }

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

border-color css

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

 span { border-color: rgb(165,188,129); }

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