Html Css Color HEX #A8BD84 Caper

📋 copy color: '#A8BD84'

red 168 ◦ green 189 ◦ blue 132

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

Shades of Caper #A8BD84

Tints of Caper #A8BD84

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 34.36%
G = 38.65%
B = 26.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#A8BD84 (or 0xA8BD84) is known color: Caper. HEX triplet: A8, BD and 84. RGB value is (168,189,132). Sum of RGB (Red+Green+Blue) = 168+189+132=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD84 is #57427B. Grayscale: #B0B0B0. Windows color (decimal): -5718652 or 8699304. OLE color: 8699304.

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

Color convert

RGB 168 189 132 -
CMYK 0.11 0 0.30 0.26
HSL 82.11º 0.3% 0.63% -
HSV(B) 82.11º 0.3% 0.74% -
XYZ 38.51 46.39 28.75 -
YUV 176.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 168 189 132 0.11 0 0.30 0.26 82.11 0.3 0.63
Hex A8 BD 84 B 0 1E 1A 52 1E 3F
Octal 250 275 204 13 0 36 32 122 36 77
Binary 10101000 10111101 10000100 1011 0 11110 11010 1010010 11110 111111

Color Harmonies of #A8BD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD84

Black with #A8BD84

Text Example


Text Example

White with #A8BD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD84; }

 p { color: rgb(168,189,132); }

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

background-color css

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

 a { background-color: rgb(168,189,132); }

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

border-color css

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

 span { border-color: rgb(168,189,132); }

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