Html Css Color HEX #A8BE6C Olivine

📋 copy color: '#A8BE6C'

red 168 ◦ green 190 ◦ blue 108

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

Shades of Olivine #A8BE6C

Tints of Olivine #A8BE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 36.05%
G = 40.77%
B = 23.18%

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

#A8BE6C (or 0xA8BE6C) is known color: Olivine. HEX triplet: A8, BE and 6C. RGB value is (168,190,108). Sum of RGB (Red+Green+Blue) = 168+190+108=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE6C is #574193. Grayscale: #AEAEAE. Windows color (decimal): -5718420 or 7126696. OLE color: 7126696.

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

Color convert

RGB 168 190 108 -
CMYK 0.12 0 0.43 0.25
HSL 76.1º 0.39% 0.58% -
HSV(B) 76.1º 0.43% 0.75% -
XYZ 37.27 46.23 21.15 -
YUV 174.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 168 190 108 0.12 0 0.43 0.25 76.1 0.39 0.58
Hex A8 BE 6C C 0 2B 19 4C 27 3A
Octal 250 276 154 14 0 53 31 114 47 72
Binary 10101000 10111110 1101100 1100 0 101011 11001 1001100 100111 111010

Color Harmonies of #A8BE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE6C

Black with #A8BE6C

Text Example


Text Example

White with #A8BE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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