Html Css Color HEX #A4C65F Olivine

📋 copy color: '#A4C65F'

red 164 ◦ green 198 ◦ blue 95

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

Shades of Olivine #A4C65F

Tints of Olivine #A4C65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 35.89%
G = 43.33%
B = 20.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#A4C65F (or 0xA4C65F) is known color: Olivine. HEX triplet: A4, C6 and 5F. RGB value is (164,198,95). Sum of RGB (Red+Green+Blue) = 164+198+95=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C65F is #5B39A0. Grayscale: #B0B0B0. Windows color (decimal): -5978529 or 6276772. OLE color: 6276772.

HSL color Cylindrical-coordinate representation of color #A4C65F: hue angle of 79.81º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4C65F is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 198 95 -
CMYK 0.17 0 0.52 0.22
HSL 79.81º 0.47% 0.57% -
HSV(B) 79.81º 0.52% 0.78% -
XYZ 37.57 49.11 18.32 -
YUV 176.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 164 198 95 0.17 0 0.52 0.22 79.81 0.47 0.57
Hex A4 C6 5F 11 0 34 16 50 2F 39
Octal 244 306 137 21 0 64 26 120 57 71
Binary 10100100 11000110 1011111 10001 0 110100 10110 1010000 101111 111001

Color Harmonies of #A4C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C65F

Black with #A4C65F

Text Example


Text Example

White with #A4C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C65F; }

 p { color: rgb(164,198,95); }

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

background-color css

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

 a { background-color: rgb(164,198,95); }

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

border-color css

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

 span { border-color: rgb(164,198,95); }

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