Html Css Color HEX #A8BF84 Caper

📋 copy color: '#A8BF84'

red 168 ◦ green 191 ◦ blue 132

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

Shades of Caper #A8BF84

Tints of Caper #A8BF84

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

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

R = 34.22%
G = 38.9%
B = 26.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#A8BF84 (or 0xA8BF84) is known color: Caper. HEX triplet: A8, BF and 84. RGB value is (168,191,132). Sum of RGB (Red+Green+Blue) = 168+191+132=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF84 is #57407B. Grayscale: #B1B1B1. Windows color (decimal): -5718140 or 8699816. OLE color: 8699816.

HSL color Cylindrical-coordinate representation of color #A8BF84: hue angle of 83.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8BF84 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 132 -
CMYK 0.12 0 0.31 0.25
HSL 83.39º 0.32% 0.63% -
HSV(B) 83.39º 0.31% 0.75% -
XYZ 38.94 47.25 28.9 -
YUV 177.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 168 191 132 0.12 0 0.31 0.25 83.39 0.32 0.63
Hex A8 BF 84 C 0 1F 19 53 20 3F
Octal 250 277 204 14 0 37 31 123 40 77
Binary 10101000 10111111 10000100 1100 0 11111 11001 1010011 100000 111111

Color Harmonies of #A8BF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF84

Black with #A8BF84

Text Example


Text Example

White with #A8BF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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