Html Css Color HEX #A2BE7B Olivine

📋 copy color: '#A2BE7B'

red 162 ◦ green 190 ◦ blue 123

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

Shades of Olivine #A2BE7B

Tints of Olivine #A2BE7B

RGB

 RED value IS 162 (63.67% from 255) = 34.11%

 GREEN value IS 190 (74.61% from 255) = 40%

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

R = 34.11%
G = 40%
B = 25.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A2BE7B (or 0xA2BE7B) is known color: Olivine. HEX triplet: A2, BE and 7B. RGB value is (162,190,123). Sum of RGB (Red+Green+Blue) = 162+190+123=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE7B is #5D4184. Grayscale: #AEAEAE. Windows color (decimal): -6111621 or 8109730. OLE color: 8109730.

HSL color Cylindrical-coordinate representation of color #A2BE7B: hue angle of 85.07º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2BE7B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 123 -
CMYK 0.15 0 0.35 0.25
HSL 85.07º 0.34% 0.61% -
HSV(B) 85.07º 0.35% 0.75% -
XYZ 36.89 45.94 25.66 -
YUV 173.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 162 190 123 0.15 0 0.35 0.25 85.07 0.34 0.61
Hex A2 BE 7B F 0 23 19 55 22 3D
Octal 242 276 173 17 0 43 31 125 42 75
Binary 10100010 10111110 1111011 1111 0 100011 11001 1010101 100010 111101

Color Harmonies of #A2BE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE7B

Black with #A2BE7B

Text Example


Text Example

White with #A2BE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE7B; }

 p { color: rgb(162,190,123); }

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

background-color css

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

 a { background-color: rgb(162,190,123); }

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

border-color css

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

 span { border-color: rgb(162,190,123); }

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