Html Css Color HEX #A8C375 Caper

📋 copy color: '#A8C375'

red 168 ◦ green 195 ◦ blue 117

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

Shades of Caper #A8C375

Tints of Caper #A8C375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.38%

R = 35%
G = 40.63%
B = 24.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#A8C375 (or 0xA8C375) is known color: Caper. HEX triplet: A8, C3 and 75. RGB value is (168,195,117). Sum of RGB (Red+Green+Blue) = 168+195+117=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C375 is #573C8A. Grayscale: #B2B2B2. Windows color (decimal): -5717131 or 7717800. OLE color: 7717800.

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

Color convert

RGB 168 195 117 -
CMYK 0.14 0 0.4 0.24
HSL 80.77º 0.39% 0.61% -
HSV(B) 80.77º 0.4% 0.76% -
XYZ 38.87 48.64 24.17 -
YUV 178.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 168 195 117 0.14 0 0.4 0.24 80.77 0.39 0.61
Hex A8 C3 75 E 0 28 18 51 27 3D
Octal 250 303 165 16 0 50 30 121 47 75
Binary 10101000 11000011 1110101 1110 0 101000 11000 1010001 100111 111101

Color Harmonies of #A8C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C375

Black with #A8C375

Text Example


Text Example

White with #A8C375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C375; }

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

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

background-color css

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

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

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

border-color css

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

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

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