Html Css Color HEX #A4BD7F Caper

📋 copy color: '#A4BD7F'

red 164 ◦ green 189 ◦ blue 127

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

Shades of Caper #A4BD7F

Tints of Caper #A4BD7F

RGB

 RED value IS 164 (64.45% from 255) = 34.17%

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

 BLUE value IS 127 (50% from 255) = 26.46%

R = 34.17%
G = 39.38%
B = 26.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#A4BD7F (or 0xA4BD7F) is known color: Caper. HEX triplet: A4, BD and 7F. RGB value is (164,189,127). Sum of RGB (Red+Green+Blue) = 164+189+127=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD7F is #5B4280. Grayscale: #AEAEAE. Windows color (decimal): -5980801 or 8371620. OLE color: 8371620.

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

Color convert

RGB 164 189 127 -
CMYK 0.13 0 0.33 0.26
HSL 84.19º 0.32% 0.62% -
HSV(B) 84.19º 0.33% 0.74% -
XYZ 37.34 45.82 26.95 -
YUV 174.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 164 189 127 0.13 0 0.33 0.26 84.19 0.32 0.62
Hex A4 BD 7F D 0 21 1A 54 20 3E
Octal 244 275 177 15 0 41 32 124 40 76
Binary 10100100 10111101 1111111 1101 0 100001 11010 1010100 100000 111110

Color Harmonies of #A4BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD7F

Black with #A4BD7F

Text Example


Text Example

White with #A4BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD7F; }

 p { color: rgb(164,189,127); }

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

background-color css

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

 a { background-color: rgb(164,189,127); }

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

border-color css

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

 span { border-color: rgb(164,189,127); }

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