Html Css Color HEX #A5BF7B Caper

📋 copy color: '#A5BF7B'

red 165 ◦ green 191 ◦ blue 123

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

Shades of Caper #A5BF7B

Tints of Caper #A5BF7B

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

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

R = 34.45%
G = 39.87%
B = 25.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#A5BF7B (or 0xA5BF7B) is known color: Caper. HEX triplet: A5, BF and 7B. RGB value is (165,191,123). Sum of RGB (Red+Green+Blue) = 165+191+123=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF7B is #5A4084. Grayscale: #AFAFAF. Windows color (decimal): -5914757 or 8109989. OLE color: 8109989.

HSL color Cylindrical-coordinate representation of color #A5BF7B: hue angle of 82.94º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5BF7B is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 123 -
CMYK 0.14 0 0.36 0.25
HSL 82.94º 0.35% 0.62% -
HSV(B) 82.94º 0.36% 0.75% -
XYZ 37.72 46.69 25.76 -
YUV 175.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 165 191 123 0.14 0 0.36 0.25 82.94 0.35 0.62
Hex A5 BF 7B E 0 24 19 53 23 3E
Octal 245 277 173 16 0 44 31 123 43 76
Binary 10100101 10111111 1111011 1110 0 100100 11001 1010011 100011 111110

Color Harmonies of #A5BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF7B

Black with #A5BF7B

Text Example


Text Example

White with #A5BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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