Html Css Color HEX #A3BC74 Olivine

📋 copy color: '#A3BC74'

red 163 ◦ green 188 ◦ blue 116

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

Shades of Olivine #A3BC74

Tints of Olivine #A3BC74

RGB

 RED value IS 163 (64.06% from 255) = 34.9%

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

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 34.9%
G = 40.26%
B = 24.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#A3BC74 (or 0xA3BC74) is known color: Olivine. HEX triplet: A3, BC and 74. RGB value is (163,188,116). Sum of RGB (Red+Green+Blue) = 163+188+116=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC74 is #5C438B. Grayscale: #ACACAC. Windows color (decimal): -6046604 or 7650467. OLE color: 7650467.

HSL color Cylindrical-coordinate representation of color #A3BC74: hue angle of 80.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3BC74 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 116 -
CMYK 0.13 0 0.38 0.26
HSL 80.83º 0.35% 0.6% -
HSV(B) 80.83º 0.38% 0.74% -
XYZ 36.24 45.01 23.3 -
YUV 172.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 163 188 116 0.13 0 0.38 0.26 80.83 0.35 0.6
Hex A3 BC 74 D 0 26 1A 51 23 3C
Octal 243 274 164 15 0 46 32 121 43 74
Binary 10100011 10111100 1110100 1101 0 100110 11010 1010001 100011 111100

Color Harmonies of #A3BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC74

Black with #A3BC74

Text Example


Text Example

White with #A3BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC74; }

 p { color: rgb(163,188,116); }

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

background-color css

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

 a { background-color: rgb(163,188,116); }

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

border-color css

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

 span { border-color: rgb(163,188,116); }

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