Html Css Color HEX #A8BC74 Caper

📋 copy color: '#A8BC74'

red 168 ◦ green 188 ◦ blue 116

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

Shades of Caper #A8BC74

Tints of Caper #A8BC74

RGB

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

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

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

R = 35.59%
G = 39.83%
B = 24.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#A8BC74 (or 0xA8BC74) is known color: Caper. HEX triplet: A8, BC and 74. RGB value is (168,188,116). Sum of RGB (Red+Green+Blue) = 168+188+116=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC74 is #57438B. Grayscale: #AEAEAE. Windows color (decimal): -5718924 or 7650472. OLE color: 7650472.

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

Color convert

RGB 168 188 116 -
CMYK 0.11 0 0.38 0.26
HSL 76.67º 0.35% 0.6% -
HSV(B) 76.67º 0.38% 0.74% -
XYZ 37.28 45.55 23.35 -
YUV 173.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 168 188 116 0.11 0 0.38 0.26 76.67 0.35 0.6
Hex A8 BC 74 B 0 26 1A 4D 23 3C
Octal 250 274 164 13 0 46 32 115 43 74
Binary 10101000 10111100 1110100 1011 0 100110 11010 1001101 100011 111100

Color Harmonies of #A8BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC74

Black with #A8BC74

Text Example


Text Example

White with #A8BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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