Html Css Color HEX #A4C378 Olivine

📋 copy color: '#A4C378'

red 164 ◦ green 195 ◦ blue 120

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

Shades of Olivine #A4C378

Tints of Olivine #A4C378

RGB

 RED value IS 164 (64.45% from 255) = 34.24%

 GREEN value IS 195 (76.56% from 255) = 40.71%

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 34.24%
G = 40.71%
B = 25.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#A4C378 (or 0xA4C378) is known color: Olivine. HEX triplet: A4, C3 and 78. RGB value is (164,195,120). Sum of RGB (Red+Green+Blue) = 164+195+120=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C378 is #5B3C87. Grayscale: #B1B1B1. Windows color (decimal): -5979272 or 7914404. OLE color: 7914404.

HSL color Cylindrical-coordinate representation of color #A4C378: hue angle of 84.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4C378 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 195 120 -
CMYK 0.16 0 0.38 0.24
HSL 84.8º 0.38% 0.62% -
HSV(B) 84.8º 0.38% 0.76% -
XYZ 38.22 48.28 25.07 -
YUV 177.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 164 195 120 0.16 0 0.38 0.24 84.8 0.38 0.62
Hex A4 C3 78 10 0 26 18 55 26 3E
Octal 244 303 170 20 0 46 30 125 46 76
Binary 10100100 11000011 1111000 10000 0 100110 11000 1010101 100110 111110

Color Harmonies of #A4C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C378

Black with #A4C378

Text Example


Text Example

White with #A4C378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C378; }

 p { color: rgb(164,195,120); }

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

background-color css

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

 a { background-color: rgb(164,195,120); }

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

border-color css

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

 span { border-color: rgb(164,195,120); }

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