Html Css Color HEX #A6BD72 Olivine

📋 copy color: '#A6BD72'

red 166 ◦ green 189 ◦ blue 114

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

Shades of Olivine #A6BD72

Tints of Olivine #A6BD72

RGB

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

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

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

R = 35.39%
G = 40.3%
B = 24.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A6BD72 (or 0xA6BD72) is known color: Olivine. HEX triplet: A6, BD and 72. RGB value is (166,189,114). Sum of RGB (Red+Green+Blue) = 166+189+114=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD72 is #59428D. Grayscale: #ADADAD. Windows color (decimal): -5849742 or 7519654. OLE color: 7519654.

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

Color convert

RGB 166 189 114 -
CMYK 0.12 0 0.40 0.26
HSL 78.4º 0.36% 0.59% -
HSV(B) 78.4º 0.4% 0.74% -
XYZ 36.96 45.72 22.8 -
YUV 173.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 166 189 114 0.12 0 0.40 0.26 78.4 0.36 0.59
Hex A6 BD 72 C 0 28 1A 4E 24 3B
Octal 246 275 162 14 0 50 32 116 44 73
Binary 10100110 10111101 1110010 1100 0 101000 11010 1001110 100100 111011

Color Harmonies of #A6BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD72

Black with #A6BD72

Text Example


Text Example

White with #A6BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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