Html Css Color HEX #A4C368 Olivine

📋 copy color: '#A4C368'

red 164 ◦ green 195 ◦ blue 104

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

Shades of Olivine #A4C368

Tints of Olivine #A4C368

RGB

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

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

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

R = 35.42%
G = 42.12%
B = 22.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A4C368 (or 0xA4C368) is known color: Olivine. HEX triplet: A4, C3 and 68. RGB value is (164,195,104). Sum of RGB (Red+Green+Blue) = 164+195+104=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C368 is #5B3C97. Grayscale: #AFAFAF. Windows color (decimal): -5979288 or 6865828. OLE color: 6865828.

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

Color convert

RGB 164 195 104 -
CMYK 0.16 0 0.47 0.24
HSL 80.44º 0.43% 0.59% -
HSV(B) 80.44º 0.47% 0.76% -
XYZ 37.32 47.92 20.38 -
YUV 175.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 164 195 104 0.16 0 0.47 0.24 80.44 0.43 0.59
Hex A4 C3 68 10 0 2F 18 50 2B 3B
Octal 244 303 150 20 0 57 30 120 53 73
Binary 10100100 11000011 1101000 10000 0 101111 11000 1010000 101011 111011

Color Harmonies of #A4C368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C368

Black with #A4C368

Text Example


Text Example

White with #A4C368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C368; }

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

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

background-color css

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

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

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

border-color css

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

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

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