Html Css Color HEX #A8BE6D Olivine

📋 copy color: '#A8BE6D'

red 168 ◦ green 190 ◦ blue 109

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

Shades of Olivine #A8BE6D

Tints of Olivine #A8BE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 35.97%
G = 40.69%
B = 23.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A8BE6D (or 0xA8BE6D) is known color: Olivine. HEX triplet: A8, BE and 6D. RGB value is (168,190,109). Sum of RGB (Red+Green+Blue) = 168+190+109=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE6D is #574192. Grayscale: #AEAEAE. Windows color (decimal): -5718419 or 7192232. OLE color: 7192232.

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

Color convert

RGB 168 190 109 -
CMYK 0.12 0 0.43 0.25
HSL 76.3º 0.38% 0.59% -
HSV(B) 76.3º 0.43% 0.75% -
XYZ 37.32 46.26 21.43 -
YUV 174.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 168 190 109 0.12 0 0.43 0.25 76.3 0.38 0.59
Hex A8 BE 6D C 0 2B 19 4C 26 3B
Octal 250 276 155 14 0 53 31 114 46 73
Binary 10101000 10111110 1101101 1100 0 101011 11001 1001100 100110 111011

Color Harmonies of #A8BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE6D

Black with #A8BE6D

Text Example


Text Example

White with #A8BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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