Html Css Color HEX #A8BF71 Caper

📋 copy color: '#A8BF71'

red 168 ◦ green 191 ◦ blue 113

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

Shades of Caper #A8BF71

Tints of Caper #A8BF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 35.59%
G = 40.47%
B = 23.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A8BF71 (or 0xA8BF71) is known color: Caper. HEX triplet: A8, BF and 71. RGB value is (168,191,113). Sum of RGB (Red+Green+Blue) = 168+191+113=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF71 is #57408E. Grayscale: #AFAFAF. Windows color (decimal): -5718159 or 7454632. OLE color: 7454632.

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

Color convert

RGB 168 191 113 -
CMYK 0.12 0 0.41 0.25
HSL 77.69º 0.38% 0.6% -
HSV(B) 77.69º 0.41% 0.75% -
XYZ 37.76 46.78 22.66 -
YUV 175.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 168 191 113 0.12 0 0.41 0.25 77.69 0.38 0.6
Hex A8 BF 71 C 0 29 19 4E 26 3C
Octal 250 277 161 14 0 51 31 116 46 74
Binary 10101000 10111111 1110001 1100 0 101001 11001 1001110 100110 111100

Color Harmonies of #A8BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF71

Black with #A8BF71

Text Example


Text Example

White with #A8BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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