Html Css Color HEX #A8BD6E Olivine

📋 copy color: '#A8BD6E'

red 168 ◦ green 189 ◦ blue 110

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

Shades of Olivine #A8BD6E

Tints of Olivine #A8BD6E

RGB

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

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

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

R = 35.97%
G = 40.47%
B = 23.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#A8BD6E (or 0xA8BD6E) is known color: Olivine. HEX triplet: A8, BD and 6E. RGB value is (168,189,110). Sum of RGB (Red+Green+Blue) = 168+189+110=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD6E is #574291. Grayscale: #AEAEAE. Windows color (decimal): -5718674 or 7257512. OLE color: 7257512.

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

Color convert

RGB 168 189 110 -
CMYK 0.11 0 0.42 0.26
HSL 75.95º 0.37% 0.59% -
HSV(B) 75.95º 0.42% 0.74% -
XYZ 37.16 45.85 21.64 -
YUV 173.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 168 189 110 0.11 0 0.42 0.26 75.95 0.37 0.59
Hex A8 BD 6E B 0 2A 1A 4C 25 3B
Octal 250 275 156 13 0 52 32 114 45 73
Binary 10101000 10111101 1101110 1011 0 101010 11010 1001100 100101 111011

Color Harmonies of #A8BD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD6E

Black with #A8BD6E

Text Example


Text Example

White with #A8BD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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