Html Css Color HEX #A8C37D Caper

📋 copy color: '#A8C37D'

red 168 ◦ green 195 ◦ blue 125

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

Shades of Caper #A8C37D

Tints of Caper #A8C37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 34.43%
G = 39.96%
B = 25.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#A8C37D (or 0xA8C37D) is known color: Caper. HEX triplet: A8, C3 and 7D. RGB value is (168,195,125). Sum of RGB (Red+Green+Blue) = 168+195+125=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C37D is #573C82. Grayscale: #B3B3B3. Windows color (decimal): -5717123 or 8242088. OLE color: 8242088.

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

Color convert

RGB 168 195 125 -
CMYK 0.14 0 0.36 0.24
HSL 83.14º 0.37% 0.63% -
HSV(B) 83.14º 0.36% 0.76% -
XYZ 39.37 48.84 26.75 -
YUV 178.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 168 195 125 0.14 0 0.36 0.24 83.14 0.37 0.63
Hex A8 C3 7D E 0 24 18 53 25 3F
Octal 250 303 175 16 0 44 30 123 45 77
Binary 10101000 11000011 1111101 1110 0 100100 11000 1010011 100101 111111

Color Harmonies of #A8C37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C37D

Black with #A8C37D

Text Example


Text Example

White with #A8C37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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