Html Css Color HEX #A8BC68 Olivine

📋 copy color: '#A8BC68'

red 168 ◦ green 188 ◦ blue 104

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

Shades of Olivine #A8BC68

Tints of Olivine #A8BC68

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 104 (41.02% from 255) = 22.61%

R = 36.52%
G = 40.87%
B = 22.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#A8BC68 (or 0xA8BC68) is known color: Olivine. HEX triplet: A8, BC and 68. RGB value is (168,188,104). Sum of RGB (Red+Green+Blue) = 168+188+104=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC68 is #574397. Grayscale: #ACACAC. Windows color (decimal): -5718936 or 6864040. OLE color: 6864040.

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

Color convert

RGB 168 188 104 -
CMYK 0.11 0 0.45 0.26
HSL 74.29º 0.39% 0.57% -
HSV(B) 74.29º 0.45% 0.74% -
XYZ 36.63 45.29 19.91 -
YUV 172.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 168 188 104 0.11 0 0.45 0.26 74.29 0.39 0.57
Hex A8 BC 68 B 0 2D 1A 4A 27 39
Octal 250 274 150 13 0 55 32 112 47 71
Binary 10101000 10111100 1101000 1011 0 101101 11010 1001010 100111 111001

Color Harmonies of #A8BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC68

Black with #A8BC68

Text Example


Text Example

White with #A8BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC68; }

 p { color: rgb(168,188,104); }

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

background-color css

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

 a { background-color: rgb(168,188,104); }

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

border-color css

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

 span { border-color: rgb(168,188,104); }

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