Html Css Color HEX #A8B76F Caper

📋 copy color: '#A8B76F'

red 168 ◦ green 183 ◦ blue 111

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

Shades of Caper #A8B76F

Tints of Caper #A8B76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

 BLUE value IS 111 (43.75% from 255) = 24.03%

R = 36.36%
G = 39.61%
B = 24.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#A8B76F (or 0xA8B76F) is known color: Caper. HEX triplet: A8, B7 and 6F. RGB value is (168,183,111). Sum of RGB (Red+Green+Blue) = 168+183+111=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B76F is #574890. Grayscale: #AAAAAA. Windows color (decimal): -5720209 or 7321512. OLE color: 7321512.

HSL color Cylindrical-coordinate representation of color #A8B76F: hue angle of 72.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8B76F is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 111 -
CMYK 0.08 0 0.39 0.28
HSL 72.5º 0.33% 0.58% -
HSV(B) 72.5º 0.39% 0.72% -
XYZ 35.95 43.34 21.51 -
YUV 170.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 168 183 111 0.08 0 0.39 0.28 72.5 0.33 0.58
Hex A8 B7 6F 8 0 27 1C 48 21 3A
Octal 250 267 157 10 0 47 34 110 41 72
Binary 10101000 10110111 1101111 1000 0 100111 11100 1001000 100001 111010

Color Harmonies of #A8B76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B76F

Black with #A8B76F

Text Example


Text Example

White with #A8B76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B76F; }

 p { color: rgb(168,183,111); }

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

background-color css

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

 a { background-color: rgb(168,183,111); }

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

border-color css

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

 span { border-color: rgb(168,183,111); }

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