Html Css Color HEX #A8C071 Caper

📋 copy color: '#A8C071'

red 168 ◦ green 192 ◦ blue 113

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

Shades of Caper #A8C071

Tints of Caper #A8C071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 35.52%
G = 40.59%
B = 23.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A8C071 (or 0xA8C071) is known color: Caper. HEX triplet: A8, C0 and 71. RGB value is (168,192,113). Sum of RGB (Red+Green+Blue) = 168+192+113=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C071 is #573F8E. Grayscale: #B0B0B0. Windows color (decimal): -5717903 or 7454888. OLE color: 7454888.

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

Color convert

RGB 168 192 113 -
CMYK 0.12 0 0.41 0.25
HSL 78.23º 0.39% 0.6% -
HSV(B) 78.23º 0.41% 0.75% -
XYZ 37.98 47.22 22.73 -
YUV 175.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 168 192 113 0.12 0 0.41 0.25 78.23 0.39 0.6
Hex A8 C0 71 C 0 29 19 4E 27 3C
Octal 250 300 161 14 0 51 31 116 47 74
Binary 10101000 11000000 1110001 1100 0 101001 11001 1001110 100111 111100

Color Harmonies of #A8C071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C071

Black with #A8C071

Text Example


Text Example

White with #A8C071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C071; }

 p { color: rgb(168,192,113); }

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

background-color css

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

 a { background-color: rgb(168,192,113); }

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

border-color css

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

 span { border-color: rgb(168,192,113); }

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