Html Css Color HEX #A8C376 Caper

📋 copy color: '#A8C376'

red 168 ◦ green 195 ◦ blue 118

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

Shades of Caper #A8C376

Tints of Caper #A8C376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 34.93%
G = 40.54%
B = 24.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#A8C376 (or 0xA8C376) is known color: Caper. HEX triplet: A8, C3 and 76. RGB value is (168,195,118). Sum of RGB (Red+Green+Blue) = 168+195+118=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C376 is #573C89. Grayscale: #B2B2B2. Windows color (decimal): -5717130 or 7783336. OLE color: 7783336.

HSL color Cylindrical-coordinate representation of color #A8C376: hue angle of 81.04º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8C376 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 118 -
CMYK 0.14 0 0.39 0.24
HSL 81.04º 0.39% 0.61% -
HSV(B) 81.04º 0.39% 0.76% -
XYZ 38.93 48.66 24.48 -
YUV 178.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 168 195 118 0.14 0 0.39 0.24 81.04 0.39 0.61
Hex A8 C3 76 E 0 27 18 51 27 3D
Octal 250 303 166 16 0 47 30 121 47 75
Binary 10101000 11000011 1110110 1110 0 100111 11000 1010001 100111 111101

Color Harmonies of #A8C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C376

Black with #A8C376

Text Example


Text Example

White with #A8C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C376; }

 p { color: rgb(168,195,118); }

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

background-color css

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

 a { background-color: rgb(168,195,118); }

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

border-color css

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

 span { border-color: rgb(168,195,118); }

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