Html Css Color HEX #A6BC72 Olivine

📋 copy color: '#A6BC72'

red 166 ◦ green 188 ◦ blue 114

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

Shades of Olivine #A6BC72

Tints of Olivine #A6BC72

RGB

 RED value IS 166 (65.23% from 255) = 35.47%

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

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 35.47%
G = 40.17%
B = 24.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#A6BC72 (or 0xA6BC72) is known color: Olivine. HEX triplet: A6, BC and 72. RGB value is (166,188,114). Sum of RGB (Red+Green+Blue) = 166+188+114=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC72 is #59438D. Grayscale: #ADADAD. Windows color (decimal): -5849998 or 7519398. OLE color: 7519398.

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

Color convert

RGB 166 188 114 -
CMYK 0.12 0 0.39 0.26
HSL 77.84º 0.36% 0.59% -
HSV(B) 77.84º 0.39% 0.74% -
XYZ 36.75 45.29 22.72 -
YUV 172.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 166 188 114 0.12 0 0.39 0.26 77.84 0.36 0.59
Hex A6 BC 72 C 0 27 1A 4E 24 3B
Octal 246 274 162 14 0 47 32 116 44 73
Binary 10100110 10111100 1110010 1100 0 100111 11010 1001110 100100 111011

Color Harmonies of #A6BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC72

Black with #A6BC72

Text Example


Text Example

White with #A6BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC72; }

 p { color: rgb(166,188,114); }

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

background-color css

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

 a { background-color: rgb(166,188,114); }

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

border-color css

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

 span { border-color: rgb(166,188,114); }

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