Html Css Color HEX #A8BE6F Caper

📋 copy color: '#A8BE6F'

red 168 ◦ green 190 ◦ blue 111

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

Shades of Caper #A8BE6F

Tints of Caper #A8BE6F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.51%

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 35.82%
G = 40.51%
B = 23.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#A8BE6F (or 0xA8BE6F) is known color: Caper. HEX triplet: A8, BE and 6F. RGB value is (168,190,111). Sum of RGB (Red+Green+Blue) = 168+190+111=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE6F is #574190. Grayscale: #AEAEAE. Windows color (decimal): -5718417 or 7323304. OLE color: 7323304.

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

Color convert

RGB 168 190 111 -
CMYK 0.12 0 0.42 0.25
HSL 76.71º 0.38% 0.59% -
HSV(B) 76.71º 0.42% 0.75% -
XYZ 37.43 46.3 22 -
YUV 174.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 168 190 111 0.12 0 0.42 0.25 76.71 0.38 0.59
Hex A8 BE 6F C 0 2A 19 4D 26 3B
Octal 250 276 157 14 0 52 31 115 46 73
Binary 10101000 10111110 1101111 1100 0 101010 11001 1001101 100110 111011

Color Harmonies of #A8BE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE6F

Black with #A8BE6F

Text Example


Text Example

White with #A8BE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE6F; }

 p { color: rgb(168,190,111); }

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

background-color css

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

 a { background-color: rgb(168,190,111); }

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

border-color css

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

 span { border-color: rgb(168,190,111); }

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