Html Css Color HEX #A1BE76 Olivine

📋 copy color: '#A1BE76'

red 161 ◦ green 190 ◦ blue 118

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

Shades of Olivine #A1BE76

Tints of Olivine #A1BE76

RGB

 RED value IS 161 (63.28% from 255) = 34.33%

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

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 34.33%
G = 40.51%
B = 25.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A1BE76 (or 0xA1BE76) is known color: Olivine. HEX triplet: A1, BE and 76. RGB value is (161,190,118). Sum of RGB (Red+Green+Blue) = 161+190+118=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE76 is #5E4189. Grayscale: #ADADAD. Windows color (decimal): -6177162 or 7782049. OLE color: 7782049.

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

Color convert

RGB 161 190 118 -
CMYK 0.15 0 0.38 0.25
HSL 84.17º 0.36% 0.6% -
HSV(B) 84.17º 0.38% 0.75% -
XYZ 36.38 45.71 24.05 -
YUV 173.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 161 190 118 0.15 0 0.38 0.25 84.17 0.36 0.6
Hex A1 BE 76 F 0 26 19 54 24 3C
Octal 241 276 166 17 0 46 31 124 44 74
Binary 10100001 10111110 1110110 1111 0 100110 11001 1010100 100100 111100

Color Harmonies of #A1BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE76

Black with #A1BE76

Text Example


Text Example

White with #A1BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE76; }

 p { color: rgb(161,190,118); }

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

background-color css

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

 a { background-color: rgb(161,190,118); }

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

border-color css

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

 span { border-color: rgb(161,190,118); }

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