Html Css Color HEX #A8C372 Caper

📋 copy color: '#A8C372'

red 168 ◦ green 195 ◦ blue 114

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

Shades of Caper #A8C372

Tints of Caper #A8C372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 35.22%
G = 40.88%
B = 23.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#A8C372 (or 0xA8C372) is known color: Caper. HEX triplet: A8, C3 and 72. RGB value is (168,195,114). Sum of RGB (Red+Green+Blue) = 168+195+114=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C372 is #573C8D. Grayscale: #B1B1B1. Windows color (decimal): -5717134 or 7521192. OLE color: 7521192.

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

Color convert

RGB 168 195 114 -
CMYK 0.14 0 0.42 0.24
HSL 80º 0.4% 0.61% -
HSV(B) 80º 0.42% 0.76% -
XYZ 38.7 48.57 23.25 -
YUV 177.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 168 195 114 0.14 0 0.42 0.24 80 0.4 0.61
Hex A8 C3 72 E 0 2A 18 50 28 3D
Octal 250 303 162 16 0 52 30 120 50 75
Binary 10101000 11000011 1110010 1110 0 101010 11000 1010000 101000 111101

Color Harmonies of #A8C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C372

Black with #A8C372

Text Example


Text Example

White with #A8C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C372; }

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

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

background-color css

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

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

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

border-color css

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

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

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