Html Css Color HEX #A8BC72 Caper

📋 copy color: '#A8BC72'

red 168 ◦ green 188 ◦ blue 114

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

Shades of Caper #A8BC72

Tints of Caper #A8BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

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

R = 35.74%
G = 40%
B = 24.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#A8BC72 (or 0xA8BC72) is known color: Caper. HEX triplet: A8, BC and 72. RGB value is (168,188,114). Sum of RGB (Red+Green+Blue) = 168+188+114=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC72 is #57438D. Grayscale: #ADADAD. Windows color (decimal): -5718926 or 7519400. OLE color: 7519400.

HSL color Cylindrical-coordinate representation of color #A8BC72: hue angle of 76.22º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8BC72 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 114 -
CMYK 0.11 0 0.39 0.26
HSL 76.22º 0.36% 0.59% -
HSV(B) 76.22º 0.39% 0.74% -
XYZ 37.17 45.51 22.74 -
YUV 173.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 168 188 114 0.11 0 0.39 0.26 76.22 0.36 0.59
Hex A8 BC 72 B 0 27 1A 4C 24 3B
Octal 250 274 162 13 0 47 32 114 44 73
Binary 10101000 10111100 1110010 1011 0 100111 11010 1001100 100100 111011

Color Harmonies of #A8BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC72

Black with #A8BC72

Text Example


Text Example

White with #A8BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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