Html Css Color HEX #A8BE6E Olivine

📋 copy color: '#A8BE6E'

red 168 ◦ green 190 ◦ blue 110

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

Shades of Olivine #A8BE6E

Tints of Olivine #A8BE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 35.9%
G = 40.6%
B = 23.5%

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

#A8BE6E (or 0xA8BE6E) is known color: Olivine. HEX triplet: A8, BE and 6E. RGB value is (168,190,110). Sum of RGB (Red+Green+Blue) = 168+190+110=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE6E is #574191. Grayscale: #AEAEAE. Windows color (decimal): -5718418 or 7257768. OLE color: 7257768.

HSL color Cylindrical-coordinate representation of color #A8BE6E: hue angle of 76.5º 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 #A8BE6E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 110 -
CMYK 0.12 0 0.42 0.25
HSL 76.5º 0.38% 0.59% -
HSV(B) 76.5º 0.42% 0.75% -
XYZ 37.38 46.28 21.71 -
YUV 174.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 168 190 110 0.12 0 0.42 0.25 76.5 0.38 0.59
Hex A8 BE 6E C 0 2A 19 4C 26 3B
Octal 250 276 156 14 0 52 31 114 46 73
Binary 10101000 10111110 1101110 1100 0 101010 11001 1001100 100110 111011

Color Harmonies of #A8BE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE6E

Black with #A8BE6E

Text Example


Text Example

White with #A8BE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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