Html Css Color HEX #A4BC7B Olivine

📋 copy color: '#A4BC7B'

red 164 ◦ green 188 ◦ blue 123

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

Shades of Olivine #A4BC7B

Tints of Olivine #A4BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 34.53%
G = 39.58%
B = 25.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#A4BC7B (or 0xA4BC7B) is known color: Olivine. HEX triplet: A4, BC and 7B. RGB value is (164,188,123). Sum of RGB (Red+Green+Blue) = 164+188+123=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC7B is #5B4384. Grayscale: #ADADAD. Windows color (decimal): -5981061 or 8109220. OLE color: 8109220.

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

Color convert

RGB 164 188 123 -
CMYK 0.13 0 0.35 0.26
HSL 82.15º 0.33% 0.61% -
HSV(B) 82.15º 0.35% 0.74% -
XYZ 36.87 45.29 25.54 -
YUV 173.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 164 188 123 0.13 0 0.35 0.26 82.15 0.33 0.61
Hex A4 BC 7B D 0 23 1A 52 21 3D
Octal 244 274 173 15 0 43 32 122 41 75
Binary 10100100 10111100 1111011 1101 0 100011 11010 1010010 100001 111101

Color Harmonies of #A4BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC7B

Black with #A4BC7B

Text Example


Text Example

White with #A4BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC7B; }

 p { color: rgb(164,188,123); }

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

background-color css

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

 a { background-color: rgb(164,188,123); }

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

border-color css

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

 span { border-color: rgb(164,188,123); }

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