Html Css Color HEX #A8CD76 Caper

📋 copy color: '#A8CD76'

red 168 ◦ green 205 ◦ blue 118

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

Shades of Caper #A8CD76

Tints of Caper #A8CD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

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

R = 34.22%
G = 41.75%
B = 24.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#A8CD76 (or 0xA8CD76) is known color: Caper. HEX triplet: A8, CD and 76. RGB value is (168,205,118). Sum of RGB (Red+Green+Blue) = 168+205+118=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD76 is #573289. Grayscale: #B8B8B8. Windows color (decimal): -5714570 or 7785896. OLE color: 7785896.

HSL color Cylindrical-coordinate representation of color #A8CD76: hue angle of 85.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8CD76 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 118 -
CMYK 0.18 0 0.42 0.20
HSL 85.52º 0.47% 0.63% -
HSV(B) 85.52º 0.42% 0.8% -
XYZ 41.25 53.3 25.25 -
YUV 184.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 168 205 118 0.18 0 0.42 0.20 85.52 0.47 0.63
Hex A8 CD 76 12 0 2A 14 56 2F 3F
Octal 250 315 166 22 0 52 24 126 57 77
Binary 10101000 11001101 1110110 10010 0 101010 10100 1010110 101111 111111

Color Harmonies of #A8CD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD76

Black with #A8CD76

Text Example


Text Example

White with #A8CD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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