Html Css Color HEX #A8BA77 Caper

📋 copy color: '#A8BA77'

red 168 ◦ green 186 ◦ blue 119

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

Shades of Caper #A8BA77

Tints of Caper #A8BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 35.52%
G = 39.32%
B = 25.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A8BA77 (or 0xA8BA77) is known color: Caper. HEX triplet: A8, BA and 77. RGB value is (168,186,119). Sum of RGB (Red+Green+Blue) = 168+186+119=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA77 is #574588. Grayscale: #ADADAD. Windows color (decimal): -5719433 or 7846568. OLE color: 7846568.

HSL color Cylindrical-coordinate representation of color #A8BA77: hue angle of 76.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8BA77 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 119 -
CMYK 0.10 0 0.36 0.27
HSL 76.12º 0.33% 0.6% -
HSV(B) 76.12º 0.36% 0.73% -
XYZ 37.04 44.77 24.14 -
YUV 172.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 168 186 119 0.10 0 0.36 0.27 76.12 0.33 0.6
Hex A8 BA 77 A 0 24 1B 4C 21 3C
Octal 250 272 167 12 0 44 33 114 41 74
Binary 10101000 10111010 1110111 1010 0 100100 11011 1001100 100001 111100

Color Harmonies of #A8BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA77

Black with #A8BA77

Text Example


Text Example

White with #A8BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA77; }

 p { color: rgb(168,186,119); }

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

background-color css

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

 a { background-color: rgb(168,186,119); }

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

border-color css

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

 span { border-color: rgb(168,186,119); }

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