Html Css Color HEX #A8BF7C Caper

📋 copy color: '#A8BF7C'

red 168 ◦ green 191 ◦ blue 124

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

Shades of Caper #A8BF7C

Tints of Caper #A8BF7C

RGB

 RED value IS 168 (66.02% from 255) = 34.78%

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

 BLUE value IS 124 (48.83% from 255) = 25.67%

R = 34.78%
G = 39.54%
B = 25.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A8BF7C (or 0xA8BF7C) is known color: Caper. HEX triplet: A8, BF and 7C. RGB value is (168,191,124). Sum of RGB (Red+Green+Blue) = 168+191+124=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF7C is #574083. Grayscale: #B0B0B0. Windows color (decimal): -5718148 or 8175528. OLE color: 8175528.

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

Color convert

RGB 168 191 124 -
CMYK 0.12 0 0.35 0.25
HSL 80.6º 0.34% 0.62% -
HSV(B) 80.6º 0.35% 0.75% -
XYZ 38.42 47.04 26.12 -
YUV 176.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 168 191 124 0.12 0 0.35 0.25 80.6 0.34 0.62
Hex A8 BF 7C C 0 23 19 51 22 3E
Octal 250 277 174 14 0 43 31 121 42 76
Binary 10101000 10111111 1111100 1100 0 100011 11001 1010001 100010 111110

Color Harmonies of #A8BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF7C

Black with #A8BF7C

Text Example


Text Example

White with #A8BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF7C; }

 p { color: rgb(168,191,124); }

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

background-color css

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

 a { background-color: rgb(168,191,124); }

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

border-color css

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

 span { border-color: rgb(168,191,124); }

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