Html Css Color HEX #A5BE66 Olivine

📋 copy color: '#A5BE66'

red 165 ◦ green 190 ◦ blue 102

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

Shades of Olivine #A5BE66

Tints of Olivine #A5BE66

RGB

 RED value IS 165 (64.84% from 255) = 36.11%

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

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 36.11%
G = 41.58%
B = 22.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#A5BE66 (or 0xA5BE66) is known color: Olivine. HEX triplet: A5, BE and 66. RGB value is (165,190,102). Sum of RGB (Red+Green+Blue) = 165+190+102=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE66 is #5A4199. Grayscale: #ACACAC. Windows color (decimal): -5915034 or 6733477. OLE color: 6733477.

HSL color Cylindrical-coordinate representation of color #A5BE66: hue angle of 77.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5BE66 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 190 102 -
CMYK 0.13 0 0.46 0.25
HSL 77.05º 0.4% 0.57% -
HSV(B) 77.05º 0.46% 0.75% -
XYZ 36.33 45.79 19.49 -
YUV 172.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 165 190 102 0.13 0 0.46 0.25 77.05 0.4 0.57
Hex A5 BE 66 D 0 2E 19 4D 28 39
Octal 245 276 146 15 0 56 31 115 50 71
Binary 10100101 10111110 1100110 1101 0 101110 11001 1001101 101000 111001

Color Harmonies of #A5BE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE66

Black with #A5BE66

Text Example


Text Example

White with #A5BE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE66; }

 p { color: rgb(165,190,102); }

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

background-color css

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

 a { background-color: rgb(165,190,102); }

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

border-color css

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

 span { border-color: rgb(165,190,102); }

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