Html Css Color HEX #A8BA74 Caper

📋 copy color: '#A8BA74'

red 168 ◦ green 186 ◦ blue 116

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

Shades of Caper #A8BA74

Tints of Caper #A8BA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 35.74%
G = 39.57%
B = 24.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A8BA74 (or 0xA8BA74) is known color: Caper. HEX triplet: A8, BA and 74. RGB value is (168,186,116). Sum of RGB (Red+Green+Blue) = 168+186+116=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA74 is #57458B. Grayscale: #ACACAC. Windows color (decimal): -5719436 or 7649960. OLE color: 7649960.

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

Color convert

RGB 168 186 116 -
CMYK 0.10 0 0.38 0.27
HSL 75.43º 0.34% 0.59% -
HSV(B) 75.43º 0.38% 0.73% -
XYZ 36.86 44.7 23.21 -
YUV 172.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 168 186 116 0.10 0 0.38 0.27 75.43 0.34 0.59
Hex A8 BA 74 A 0 26 1B 4B 22 3B
Octal 250 272 164 12 0 46 33 113 42 73
Binary 10101000 10111010 1110100 1010 0 100110 11011 1001011 100010 111011

Color Harmonies of #A8BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA74

Black with #A8BA74

Text Example


Text Example

White with #A8BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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