Html Css Color HEX #A4C369 Olivine

📋 copy color: '#A4C369'

red 164 ◦ green 195 ◦ blue 105

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

Shades of Olivine #A4C369

Tints of Olivine #A4C369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.63%

R = 35.34%
G = 42.03%
B = 22.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#A4C369 (or 0xA4C369) is known color: Olivine. HEX triplet: A4, C3 and 69. RGB value is (164,195,105). Sum of RGB (Red+Green+Blue) = 164+195+105=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C369 is #5B3C96. Grayscale: #AFAFAF. Windows color (decimal): -5979287 or 6931364. OLE color: 6931364.

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

Color convert

RGB 164 195 105 -
CMYK 0.16 0 0.46 0.24
HSL 80.67º 0.43% 0.59% -
HSV(B) 80.67º 0.46% 0.76% -
XYZ 37.37 47.94 20.65 -
YUV 175.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 164 195 105 0.16 0 0.46 0.24 80.67 0.43 0.59
Hex A4 C3 69 10 0 2E 18 51 2B 3B
Octal 244 303 151 20 0 56 30 121 53 73
Binary 10100100 11000011 1101001 10000 0 101110 11000 1010001 101011 111011

Color Harmonies of #A4C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C369

Black with #A4C369

Text Example


Text Example

White with #A4C369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C369; }

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

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

background-color css

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

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

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

border-color css

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

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

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