Html Css Color HEX #A8BA72 Caper

📋 copy color: '#A8BA72'

red 168 ◦ green 186 ◦ blue 114

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

Shades of Caper #A8BA72

Tints of Caper #A8BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 35.9%
G = 39.74%
B = 24.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#A8BA72 (or 0xA8BA72) is known color: Caper. HEX triplet: A8, BA and 72. RGB value is (168,186,114). Sum of RGB (Red+Green+Blue) = 168+186+114=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA72 is #57458D. Grayscale: #ACACAC. Windows color (decimal): -5719438 or 7518888. OLE color: 7518888.

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

Color convert

RGB 168 186 114 -
CMYK 0.10 0 0.39 0.27
HSL 75º 0.34% 0.59% -
HSV(B) 75º 0.39% 0.73% -
XYZ 36.74 44.66 22.6 -
YUV 172.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 168 186 114 0.10 0 0.39 0.27 75 0.34 0.59
Hex A8 BA 72 A 0 27 1B 4B 22 3B
Octal 250 272 162 12 0 47 33 113 42 73
Binary 10101000 10111010 1110010 1010 0 100111 11011 1001011 100010 111011

Color Harmonies of #A8BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA72

Black with #A8BA72

Text Example


Text Example

White with #A8BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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